PFLIP HL7 FHIR Implementation Guide
0.1.0 - ci-build

PFLIP HL7 FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient-2 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-2",
  "meta" : {
    "profile" : [
      🔗 "http://pflipdemo.com/fhir/StructureDefinition/pflip-patient"🔗 ,
      "https://fhir.kbv.de/StructureDefinition/KBV_PR_MIO_ULB_Patient|1.0.0"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Patient Patient-2</b></p><a name=\"Patient-2\"> </a><a name=\"hcPatient-2\"> </a><a name=\"Patient-2-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"> (official) Male, DoB:  ( Medical record number: PID987654321)</p><hr/></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical record number"
          }
        ]
      },
      "system" : "http://fhir.de/NamingSystem/kbv/patienten-id",
      "value" : "PID987654321"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ],
  "gender" : "male",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://pflipdemo.com/fhir/StructureDefinition/birthDate-mm-yyyy",
        "valueString" : "test-validierung-sollte-fehlschlagen-mm-yyyy"
      }
    ]
  }
}