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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.base
Resource TypePatient
IdPatient-mii-exa-person-patient-pseudonymisiert.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: Patient mii-exa-person-patient-pseudonymisiert

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


Other Id:pseudonymized/1234567890
Contact Detail10 DE

German


Generated Narrative: Patient mii-exa-person-patient-pseudonymisiert

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


Other Id:pseudonymized/1234567890
Contact Detail10 DE

Source1

{
  "resourceType": "Patient",
  "id": "mii-exa-person-patient-pseudonymisiert",
  "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-person/StructureDefinition/PatientPseudonymisiert|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) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
            "code": "PSEUDED"
          }
        ]
      },
      "system": "https://www.medizininformatik-initiative.de/fhir/sid/pseudonym",
      "value": "1234567890"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "KVZ10"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "_value": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode": "masked"
          }
        ]
      },
      "assigner": {
        "identifier": {
          "use": "official",
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "value": "260326822"
        }
      }
    }
  ],
  "gender": "female",
  "birthDate": "1998",
  "address": [
    {
      "type": "both",
      "postalCode": "10",
      "country": "DE"
    }
  ]
}