Codes, extension, profiles and more
1.0.0 - ci-build
Codes, extension, profiles and more - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "line-danser",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: RelatedPerson line-danser</b></p><a name=\"line-danser\"> </a><a name=\"hcline-danser\"> </a><a name=\"line-danser-no-NO\"> </a><p><b>active</b>: true</p><p><b>patient</b>: <a href=\"Patient-example-girl.html\">Jane Danser Female, DoB: 2015-11-02</a></p><p><b>relationship</b>: <span title=\"Codes:{urn:oid:2.16.578.1.12.4.1.1.9033 MO}\">Mor</span></p><p><b>name</b>: Line Danser </p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1990-11-02</p></div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/example-girl"
},
"relationship" : [
{
"coding" : [
{
"system" : "urn:oid:2.16.578.1.12.4.1.1.9033",
"code" : "MO",
"display" : "Mor"
}
]
}
],
"name" : [
{
"family" : "Danser",
"given" : [
"Line"
]
}
],
"gender" : "female",
"birthDate" : "1990-11-02"
}