Medikationsplan 4 PLUS
0.1.0 - ci-build

Medikationsplan 4 PLUS - Local Development build (v0.1.0). See the Directory of published versions

: ExamplePatient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "ExamplePatient",
  "meta" : {
    "profile" : [
      "https://www.charite.de/fhir/medikationsplan/StructureDefinition/Patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"><b>Clara Josephine Schumann (OFFICIAL)</b> (no stated gender), DoB Unknown ( Gesetzliche Krankenversicherung: Z234567890 (use: OFFICIAL))</p><hr/></div>"
  },
  "identifier" : [
    {
      "use" : "official",
      "type" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/identifier-type-de-basis",
            "code" : "GKV"
          }
        ]
      },
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "Z234567890"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "Schumann",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/humanname-own-name",
            "valueString" : "Schumann"
          }
        ]
      },
      "given" : [
        "Clara",
        "Josephine"
      ]
    }
  ]
}