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_3.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 Professor Doktor Martin Mustermensch

Source1

{
  "resourceType": "Patient",
  "id": "69ad9825-b32a-4520-afff-6317207ae830",
  "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": "A123456704"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://fhir.kbv.de/CodeSystem/KBV_CS_Base_identifier_type",
            "version": "1.5.0",
            "code": "kvk",
            "display": "Krankenversichertenkarte"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvk-versichertennummer",
      "value": "987654321"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Mustermensch",
      "given": [
        "Martin"
      ],
      "prefix": [
        "Professor Doktor"
      ],
      "_prefix": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier",
              "valueCode": "AC"
            }
          ]
        }
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "030123456789"
    }
  ],
  "gender": "other",
  "_gender": {
    "extension": [
      {
        "url": "http://fhir.de/StructureDefinition/gender-amtlich-de",
        "valueCoding": {
          "system": "http://fhir.de/CodeSystem/gender-amtlich-de",
          "code": "X",
          "display": "unbestimmt"
        }
      }
    ]
  },
  "_birthDate": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode": "unknown"
      }
    ]
  }
}