Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build

Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Encounter - zib-encounter-01 - JSON Representation

Raw json | Download


{
  "resourceType" : "Encounter",
  "id" : "zib-encounter-01",
  "meta" : {
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <table>\n                <caption>Contact. Subject: <a href=\"Patient/nl-core-patient-01\">Johan\n                        XXX_Helleman</a>. Status: voltooid</caption>\n                <tbody>\n                    <tr>\n                        <th>Type contact</th>\n                        <td/>\n                    </tr>\n                    <tr>\n                        <th>Periode</th>\n                        <td>16 augustus 2012 - 19 augustus 2012</td>\n                    </tr>\n                    <tr>\n                        <th>Probleem</th>\n                        <td>\n                            <ul>\n                                <li>\n                                    <a href=\"Condition/zib-problem-05\">Fracture of lower limb\n                                        (disorder)</a>\n                                </li>\n                                <li>\n                                    <a href=\"Procedure/zib-procedure-02\">Surgical reduction of\n                                        fracture (procedure)</a>\n                                </li>\n                            </ul>\n                        </td>\n                    </tr>\n                    <tr>\n                        <th>Participant</th>\n                        <td>\n                            <div>\n                                <a href=\"Practitioner/nl-core-practitioner-03\">G.Z.M. de Wit</a>\n                            </div>\n                        </td>\n                    </tr>\n                </tbody>\n            </table>\n        </div>"
  },
  "status" : "finished",
  "class" : {
    "system" : "http://hl7.org/fhir/v3/ActCode",
    "code" : "IMP",
    "display" : "inpatient encounter"
  },
  "subject" : {
    🔗 "reference" : "Patient/nl-core-patient-01",
    "display" : "Johan XXX_Helleman"
  },
  "participant" : [
    {
      "individual" : {
        🔗 "reference" : "Practitioner/nl-core-practitioner-03",
        "display" : "G.Z.M. de Wit"
      }
    }
  ],
  "period" : {
    "start" : "2012-08-16",
    "end" : "2012-08-19"
  },
  "diagnosis" : [
    {
      "condition" : {
        🔗 "reference" : "Condition/zib-problem-05",
        "display" : "Fracture of lower limb (disorder)"
      }
    },
    {
      "condition" : {
        🔗 "reference" : "Procedure/zib-procedure-02",
        "display" : "Surgical reduction of fracture (procedure)"
      }
    }
  ],
  "serviceProvider" : {
    🔗 "reference" : "Organization/nl-core-organization-02",
    "display" : "UMCG - Afdeling Orthopedie"
  }
}