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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypePatient
IdPatient-mii-exa-molgen-patient-2.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-molgen-patient-2",
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "https://www.charite.de/fhir/sid/patienten",
      "value": "146314909",
      "assigner": {
        "identifier": {
          "system": "https://www.medizininformatik-initiative.de/fhir/core/CodeSystem/core-location-identifier",
          "value": "Charité"
        },
        "display": "Charité - Universitätsmedizin Berlin"
      }
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "Z900211002",
      "assigner": {
        "identifier": {
          "use": "official",
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "value": "109519005"
        }
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Müller",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Müller"
          }
        ]
      },
      "given": [
        "Melanie",
        "Marie"
      ]
    }
  ],
  "gender": "female",
  "birthDate": "2021-09-19",
  "deceasedBoolean": false,
  "address": [
    {
      "type": "both",
      "line": [
        "Anna-Louisa-Karsch Str. 2"
      ],
      "city": "Berlin",
      "state": "DE-BE",
      "postalCode": "10178",
      "country": "DE"
    }
  ]
}