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

FHIR IG analytics

Packageishmed.i14y.r4.de
Resource TypePatient
IdPatient-pat11.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": "pat11",
  "meta": {
    "profile": [
      "http://fhir.ishmed.com/R4/StructureDefinition/PatientCoreDe",
      "https://gematik.de/fhir/ISiK/StructureDefinition/ISiKPatient",
      "https://gematik.de/fhir/isik/v2/Basismodul/StructureDefinition/ISiKPatient"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "http://demo1.ishmed.com/erp/identifier/patient",
      "value": "PAT11"
    },
    {
      "use": "secondary",
      "type": {
        "coding": [
          {
            "code": "PKV",
            "system": "http://fhir.de/Codesystem/identifier-type-de-basis"
          }
        ]
      },
      "assigner": {
        "identifier": {
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "value": "34567878"
        },
        "display": "BKK (privat)"
      },
      "value": "7654321989"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mittermair",
      "given": [
        "Franz"
      ],
      "prefix": [
        "Dr."
      ]
    }
  ],
  "address": [
    {
      "type": "both",
      "line": [
        "Oederweg 10"
      ],
      "postalCode": "60318",
      "city": "Frankfurt a. Main",
      "country": "DE"
    }
  ],
  "gender": "other",
  "_gender": {
    "extension": [
      {
        "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
        "valueCoding": {
          "code": "D"
        }
      }
    ]
  },
  "birthDate": "1975-06-27"
}