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

FHIR IG analytics

Packagekvdigital.terminsynchronisation-tvs
Resource TypePatient
IdKBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Patient_Example_2.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

Diese Patient-Instanz beschreibt Prinzessin Melanie Mustermensch

Source1

{
  "resourceType": "Patient",
  "id": "024fc1aa-9580-4898-b6ca-ec6bb97cd848",
  "meta": {
    "profile": [
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_116117_TERMINSERVICE_TVS_TERMINSYNCHRONISATION_Patient|1.0.0"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
            "code": "kvk",
            "display": "Krankenversichertenkarte"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvk-versichertennummer",
      "value": "987654321"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermensch",
      "_family": {
        "extension": [
          {
            "url": "http://fhir.de/StructureDefinition/humanname-namenszusatz",
            "valueString": "Prinzessin"
          },
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Mustermensch"
          }
        ]
      },
      "given": [
        "Melanie"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "030123456789"
    },
    {
      "system": "email",
      "value": "m.mustermensch@gmail.com"
    }
  ],
  "gender": "female",
  "birthDate": "2002-02",
  "address": [
    {
      "type": "postal",
      "line": [
        "112233"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "112233"
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "D"
    }
  ]
}