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

FHIR IG analytics

Packagede.thieme-compliance.anamnese
Resource TypeEncounter
IdEncounter-EcpKontaktGesundheitseinrichtung-example-1.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": "EcpKontaktGesundheitseinrichtung-example-1",
  "meta": {
    "profile": [
      "https://thieme-compliance.de/fhir/StructureDefinition/EcpKontaktGesundheitseinrichtung"
    ]
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.de/CodeSystem/Kontaktebene",
          "code": "abteilungskontakt"
        }
      ]
    }
  ],
  "location": [
    {
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "wa"
          }
        ]
      },
      "location": {
        "identifier": {
          "system": "https://test.krankenhaus.de/fhir/sid/stationid",
          "value": "10N"
        },
        "display": "Station 10 Nord"
      }
    },
    {
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "ro"
          }
        ]
      },
      "location": {
        "identifier": {
          "system": "https://test.krankenhaus.de/fhir/sid/zimmerid",
          "value": "10.12"
        },
        "display": "Zimmer 10.12"
      }
    },
    {
      "physicalType": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
            "code": "bd"
          }
        ]
      },
      "location": {
        "identifier": {
          "system": "https://test.krankenhaus.de/fhir/sid/bettid",
          "value": "10.12.2"
        },
        "display": "Bett 2"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "VN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://test.krankenhaus.de/fhir/sid/besuchsnummer",
      "value": "0123456789"
    }
  ],
  "status": "in-progress",
  "class": {
    "code": "IMP",
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode"
  },
  "subject": {
    "reference": "Patient/EcpPatient-example-1"
  },
  "period": {
    "start": "2021-02-12"
  },
  "hospitalization": {
    "specialArrangement": [
      {
        "coding": [
          {
            "code": "FIXME",
            "system": "https://FIXME.fixme/fixmeCS"
          }
        ]
      }
    ]
  },
  "serviceProvider": {
    "identifier": {
      "system": "https://test.krankenhaus.de/fhir/sid/fachabteilungsid",
      "value": "XYZ"
    },
    "display": "Fachabteilung XYZ"
  }
}