FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagenictiz.fhir.nl.stu3.zib2017
Resource TypeEncounter
Idzib-Encounter-01.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Contact. Subject: Johan XXX_Helleman. Id: 19adad57-8fdf-11ec-1860-020000000000 (urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6), Status: voltooid
Type contact
inpatient encounter
Periode16 augustus 2012 - 19 augustus 2012
Probleem
  • Fracture of lower limb (disorder)
  • Surgical reduction of fracture (procedure)
Participant
G.Z.M. de Wit
Zorgverlenerrol: Medisch specialisten, dermatologie
ZorgaanbiederUMCG - Afdeling Orthopedie

Source1

{
  "resourceType": "Encounter",
  "id": "zib-encounter-01",
  "meta": {
    "profile": [
      "http://nictiz.nl/fhir/StructureDefinition/zib-Encounter"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
      "value": "19adad57-8fdf-11ec-1860-020000000000"
    }
  ],
  "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": {
        "extension": [
          {
            "url": "http://nictiz.nl/fhir/StructureDefinition/practitionerrole-reference",
            "valueReference": {
              "reference": "PractitionerRole/nl-core-practitionerrole-03",
              "display": "Medisch specialisten, dermatologie"
            }
          }
        ],
        "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"
  }
}