0.0.1 - ci-build
ShiftPrivacyExamples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Observation",
"id" : "Monica19sexualOrientation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Monica19sexualOrientation</b></p><a name=\"Monica19sexualOrientation\"> </a><a name=\"hcMonica19sexualOrientation\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 76690-7}\">Sexual orientation</span></p><p><b>subject</b>: <a href=\"Patient-Monica19.html\">Monica 19 Rambeau (official) Female, DoB: 2006-02-24</a></p><p><b>performer</b>: <a href=\"Patient-Monica19.html\">Monica 19 Rambeau (official) Female, DoB: 2006-02-24</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 42035005}\">Bisexual (finding)</span></p></div>"
},
"status" : "final",
"code" : {
"coding" : [
{
"system" : "http://loinc.org",
"code" : "76690-7"
}
]
},
"subject" : {
🔗 "reference" : "Patient/Monica19"
},
"performer" : [
{
🔗 "reference" : "Patient/Monica19"
}
],
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "42035005",
"display" : "Bisexual (finding)"
}
]
}
}