0.0.1 - ci-build International flag

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

: Observation - Sexual Orientation for Monica Rambeau - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Monica16sexualOrientation",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Monica16sexualOrientation</b></p><a name=\"Monica16sexualOrientation\"> </a><a name=\"hcMonica16sexualOrientation\"> </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-Monica16.html\">Monica 16 Rambeau (official) Female, DoB: 2009-02-24</a></p><p><b>performer</b>: <a href=\"Patient-Monica16.html\">Monica 16 Rambeau (official) Female, DoB: 2009-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/Monica16"
  },
  "performer" : [
    {
      🔗 "reference" : "Patient/Monica16"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "42035005",
        "display" : "Bisexual (finding)"
      }
    ]
  }
}