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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.person
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

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "mii-exa-person-patient-pseudonymisiert",
  "meta": {
    "security": [
      {
        "code": "HTEST",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "display": "test health data"
      }
    ],
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/PatientPseudonymisiert|2025.0.1"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "PSEUDED",
            "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue"
          }
        ]
      },
      "system": "https://www.medizininformatik-initiative.de/fhir/sid/pseudonym",
      "value": "1234567890"
    },
    {
      "type": {
        "coding": [
          {
            "code": "KVZ10",
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "assigner": {
        "identifier": {
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "use": "official",
          "value": "260326822"
        }
      },
      "use": "official",
      "_value": {
        "extension": [
          {
            "valueCode": "masked",
            "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason"
          }
        ]
      }
    }
  ],
  "address": [
    {
      "type": "both",
      "postalCode": "50",
      "country": "DE"
    }
  ],
  "gender": "male",
  "birthDate": "2000-04-01"
}