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-1 - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "Patient-1",
  "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-1</b></p><a name=\"Patient-1\"> </a><a name=\"hcPatient-1\"> </a><a name=\"Patient-1-en-US\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\"> (official) Female, DoB:  ( Medical record number: PID123456789)</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" : "PID123456789"
    }
  ],
  "name" : [
    {
      "use" : "official",
      "family" : "",
      "_family" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
            "valueCode" : "masked"
          }
        ]
      }
    }
  ],
  "gender" : "female",
  "_birthDate" : {
    "extension" : [
      {
        "url" : "http://pflipdemo.com/fhir/StructureDefinition/birthDate-mm-yyyy",
        "valueString" : "11-1993"
      }
    ]
  }
}