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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.base
Resource TypeEncounter
IdEncounter-mii-exa-fall-kontakt-in-progress-status.json
FHIR VersionR4

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


English


Generated Narrative: Encounter mii-exa-fall-kontakt-in-progress-status

status: In Progress

class: ActCode: IMP (inpatient encounter)

type: Abteilungskontakt

serviceType: Orthopädie/Schwerpunkt Chirurgie

subject: Anonymous Patient Female, DoB: 1998 ( Krankenversichertennummer (use: official, ))

period: 2024-06-14 --> (ongoing)


German


Generated Narrative: Encounter mii-exa-fall-kontakt-in-progress-status

status: In Progress

class: ActCode: IMP (inpatient encounter)

type: Abteilungskontakt

serviceType: Orthopädie/Schwerpunkt Chirurgie

subject: Anonymous Patient Female, DoB: 1998 ( Krankenversichertennummer (use: official, ))

period: 2024-06-14 --> (ongoing)


Source1

{
  "resourceType": "Encounter",
  "id": "mii-exa-fall-kontakt-in-progress-status",
  "meta": {
    "extension": [
      {
        "extension": [
          {
            "url": "packageId",
            "valueId": "de.medizininformatikinitiative.kerndatensatz.base"
          },
          {
            "url": "version",
            "valueString": "2026.0.1"
          },
          {
            "url": "uri",
            "valueUri": "https://www.medizininformatik-initiative.de/fhir/modul-base"
          }
        ],
        "url": "http://hl7.org/fhir/StructureDefinition/package-source"
      }
    ],
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-fall/StructureDefinition/KontaktGesundheitseinrichtung|2026.0.1"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST",
        "display": "test health data"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "IMP",
    "display": "inpatient encounter"
  },
  "type": [
    {
      "coding": [
        {
          "system": "http://fhir.de/CodeSystem/Kontaktebene",
          "code": "abteilungskontakt"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/dkgev/Fachabteilungsschluessel-erweitert",
        "code": "2315",
        "display": "Orthopädie/Schwerpunkt Chirurgie"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-person-patient-pseudonymisiert"
  },
  "period": {
    "start": "2024-06-14"
  }
}