OpenHIE Case Reporting
0.1.0 - STU1 International flag

OpenHIE Case Reporting, published by OpenHIE. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/openhie/case-reporting and changes regularly. See the Directory of published versions

: HIV Transmission Route - JSON Representation

Active as of 2023-02-22

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "hiv-transmission-route",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system <code>http://openhie.org/fhir/ImplementationGuide/openhie.fhir.casereporting/CodeSystem/hiv-transmission-route</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">blood<a name=\"hiv-transmission-route-blood\"> </a></td><td>MaleBlood</td><td>Blood born infection</td></tr><tr><td style=\"white-space:nowrap\">sexual<a name=\"hiv-transmission-route-sexual\"> </a></td><td>Sexual Relations</td><td>Sexual relationship transmission</td></tr><tr><td style=\"white-space:nowrap\">mother-child<a name=\"hiv-transmission-route-mother-child\"> </a></td><td>Transgender</td><td>Mother to Child transmission</td></tr><tr><td style=\"white-space:nowrap\">unidentified<a name=\"hiv-transmission-route-unidentified\"> </a></td><td>Unidentified</td><td>Unidentified</td></tr></table></div>"
  },
  "url" : "http://openhie.org/fhir/ImplementationGuide/openhie.fhir.casereporting/CodeSystem/hiv-transmission-route",
  "version" : "0.1.0",
  "name" : "HIVTransmissionRoute",
  "title" : "HIV Transmission Route",
  "status" : "active",
  "date" : "2023-02-22T20:48:19+00:00",
  "publisher" : "OpenHIE",
  "contact" : [
    {
      "name" : "OpenHIE",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://ohie.org"
        },
        {
          "system" : "email",
          "value" : "openhie@ohie.org"
        }
      ]
    },
    {
      "name" : "OpenHIE",
      "telecom" : [
        {
          "system" : "email",
          "value" : "openhie@ohie.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "HIV Transmission Route codes",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "blood",
      "display" : "MaleBlood",
      "definition" : "Blood born infection"
    },
    {
      "code" : "sexual",
      "display" : "Sexual Relations",
      "definition" : "Sexual relationship transmission"
    },
    {
      "code" : "mother-child",
      "display" : "Transgender",
      "definition" : "Mother to Child transmission"
    },
    {
      "code" : "unidentified",
      "display" : "Unidentified",
      "definition" : "Unidentified"
    }
  ]
}