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

FHIR IG analytics

Packagede.transfer-abrechnungsdaten.r4
Resource TypePatient
IdExample-patient-de-art-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": "Example-patient-de-art-2",
  "meta": {
    "lastUpdated": "2021-03-21T17:25:05.164+00:00",
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient|1.1.3"
    ]
  },
  "language": "DE",
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://www.acme.com/identifiers/patient",
      "value": "654321"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "PKV"
          }
        ]
      },
      "value": "2345678900",
      "assigner": {
        "display": "PKV"
      }
    }
  ],
  "name": [
    {
      "use": "official",
      "text": "Johannes Königsstein",
      "family": "Königsstein",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Königsstein"
          }
        ]
      },
      "given": [
        "Johannes"
      ]
    }
  ],
  "birthDate": "1935-06-22",
  "address": [
    {
      "type": "physical",
      "line": [
        "Musterstr. 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Musterstr."
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "D"
    },
    {
      "type": "postal",
      "line": [
        "d123"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "d123"
            }
          ]
        }
      ],
      "city": "Dortmund",
      "postalCode": "44135",
      "country": "D"
    }
  ]
}