CH Core (R4)
1.0.0 - Trial use
This page is part of the CH Core (R4) (v1.0.0: STU 1) based on FHIR (HL7® FHIR® Standard) R4. The current version which supersedes this version is 6.0.0. For a full list of available versions, see the Directory of published versions
Source view
{
"resourceType" : "Person",
"id" : "SchreibKraft",
"meta" : {
"profile" : [
"http://hl7.org/fhir/StructureDefinition/Person"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: SchreibKraft</p><p><b>meta</b>: </p><p><b>identifier</b>: 0812763</p><p><b>name</b>: Schreib Kraft (OFFICIAL)</p></div>"
},
"identifier" : [
{
"system" : "urn:oid:2.999",
"value" : "0812763"
}
],
"name" : [
{
"use" : "official",
"family" : "Kraft",
"given" : [
"Schreib"
]
}
]
}