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

FHIR IG analytics

Packagech.fhir.ig.ch-ems
Resource TypeEncounter
IdEncounter-2-Einsatz.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Encounter",
  "id": "2-Einsatz",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.ch/ig/ch-ems/CodeSystem/IVR",
            "code": "MN",
            "display": "Mission number"
          }
        ],
        "text": "Einsatznummer"
      },
      "system": "http://example.com",
      "value": "S12345678"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "EMER",
    "display": "emergency"
  },
  "subject": {
    "reference": "Patient/2-PatientUnbekannt"
  },
  "basedOn": [
    {
      "reference": "ServiceRequest/2-AufbietendeOrganisation"
    }
  ],
  "participant": [
    {
      "extension": [
        {
          "url": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "133932002",
                "display": "Caregiver (person)"
              }
            ],
            "text": "Betreuer"
          }
        }
      ],
      "individual": {
        "reference": "Practitioner/1-TeamMemberPetraMuster"
      }
    },
    {
      "extension": [
        {
          "url": "http://fhir.ch/ig/ch-ems/StructureDefinition/ch-ems-ext-teamrole",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://snomed.info/sct",
                "code": "133932002",
                "display": "Caregiver (person)"
              }
            ],
            "text": "Betreuer"
          }
        }
      ],
      "individual": {
        "reference": "Practitioner/1-TeamMemberHansTransportsanitaeter"
      }
    }
  ],
  "period": {
    "start": "2016-12-10"
  },
  "hospitalization": {
    "destination": {
      "reference": "Location/1-Zielort"
    }
  },
  "location": [
    {
      "location": {
        "reference": "Location/2-Einsatzort"
      }
    }
  ]
}