HIV Screening Clinical Guidelines Implementation Guide
0.1.0 - CI Build Unknown region code '840'

HIV Screening Clinical Guidelines Implementation Guide, published by National Association of Community Health Centers, Inc. (NACHC). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/hiv-cds/ and changes regularly. See the Directory of published versions

: Example Observation - injection-findings-example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "injection-findings-example",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/guides/nachc/hiv-cds/StructureDefinition/injection-findings"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation injection-findings-example</b></p><a name=\"injection-findings-example\"> </a><a name=\"hcinjection-findings-example\"> </a><a name=\"injection-findings-example-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://example.org/fhir/CodeSystem/example-codes example}\">Could not resolve binding valueset null</span></p><p><b>subject</b>: <a href=\"Patient/hiv-patient-example\">Patient/hiv-patient-example</a></p><p><b>encounter</b>: <a href=\"Encounter-hiv-encounter-example.html\">Encounter: type = Office or other outpatient visit for the evaluation and management of a new patient, which requires a medically appropriate history and/or examination and straightforward medical decision making. When using time for code selection, 15-29 minutes of total time is spent on the date of the encounter.</a></p><p><b>performer</b>: <a href=\"PractitionerRole/hiv-practitionerrole-example\">PractitionerRole/hiv-practitionerrole-example</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 228387001}\">Injects drugs intramuscularly (finding)</span></p></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://example.org/fhir/CodeSystem/example-codes",
        "code" : "example",
        "display" : "Could not resolve binding valueset null"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/hiv-patient-example"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/hiv-encounter-example"
  },
  "performer" : [
    {
      "reference" : "PractitionerRole/hiv-practitionerrole-example"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "228387001",
        "display" : "Injects drugs intramuscularly (finding)"
      }
    ]
  }
}