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

FHIR IG analytics

Packagema.ambulanter.fall
Resource TypePatient
IdPatient-ExamplePatient.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

Beispiel Patient Max Mustermann

Source1

{
  "resourceType": "Patient",
  "id": "ExamplePatient",
  "meta": {
    "profile": [
      "http://ma-ambulant.de/StructureDefinition/MaPatient",
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_Base_Patient",
      "https://gematik.de/fhir/isik/StructureDefinition/ISiKPatient",
      "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "assigner": {
        "identifier": {
          "system": "http://fhir.de/sid/arge-ik/iknr",
          "value": "123456798"
        }
      },
      "type": {
        "coding": [
          {
            "system": "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code": "KVZ10"
          }
        ]
      },
      "system": "http://fhir.de/sid/gkv/kvid-10",
      "value": "A234567890"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "http://example-system/patient",
      "value": "p-123"
    }
  ],
  "name": [
    {
      "given": [
        "Max"
      ],
      "use": "official",
      "family": "Mustermann",
      "_family": {
        "extension": [
          {
            "url": "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString": "Mustermann"
          }
        ]
      }
    }
  ],
  "address": [
    {
      "line": [
        "Teststr. 1"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Teststr."
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "1"
            }
          ]
        }
      ],
      "type": "physical",
      "city": "Lübeck"
    }
  ],
  "gender": "male",
  "birthDate": "1994-01-01"
}