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_8.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 Mitko Mustermensch-Musterhausen

Source1

{
  "resourceType": "Patient",
  "id": "bca861d9-927e-4a4e-a36f-46abe91873bc",
  "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": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "GKV",
            "display": "Gesetzliche Krankenversicherung"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A123456789"
    },
    {
      "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-Musterhausen",
      "given": [
        "Mitko"
      ]
    }
  ],
  "gender": "unknown",
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  },
  "address": [
    {
      "type": "both",
      "line": [
        "Musterstr. 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
              "valueString": "3. OG Seitenflügel"
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "D"
    },
    {
      "type": "postal",
      "line": [
        "Postfach 112233"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
              "valueString": "112233"
            }
          ]
        }
      ],
      "city": "Darmstadt",
      "postalCode": "64283",
      "country": "D"
    }
  ]
}