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

FHIR IG analytics

Packagede.gematik.isik-basismodul
Resource TypeEncounter
IdEncounter-FachabteilungskontaktMinimal.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": "FachabteilungskontaktMinimal",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://test.krankenhaus.de/fhir/sid/besuchsnummer",
      "value": "0123456789"
    }
  ],
  "status": "unknown",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
  },
  "type": [
    {
      "coding": [
        {
          "code": "operation",
          "system": "http://fhir.de/CodeSystem/kontaktart-de"
        }
      ]
    },
    {
      "coding": [
        {
          "code": "abteilungskontakt",
          "system": "http://fhir.de/CodeSystem/Kontaktebene"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "code": "0100",
        "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel"
      }
    ]
  },
  "subject": {
    "reference": "urn:uuid:3bada18a-6fd2-11ed-a1eb-0242ac112345"
  },
  "period": {
    "start": "2022-05-03",
    "end": "2022-05-05"
  }
}