HL7 FHIR Implementation Guide: Rwanda HIV
0.1.0 - ci-build International flag

HL7 FHIR Implementation Guide: Rwanda HIV, published by Jembi Health Systems. 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/jembi/Rwanda-HIV/ and changes regularly. See the Directory of published versions

: Patient Pregnant - JSON Representation

Active as of 2024-10-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "vs-patient-pregnant",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-patient-pregnant</b></p><a name=\"vs-patient-pregnant\"> </a><a name=\"hcvs-patient-pregnant\"> </a><a name=\"vs-patient-pregnant-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/250426008\">250426008</a></td><td>Pregnancy test equivocal</td></tr><tr><td><a href=\"http://snomed.info/id/250425007\">250425007</a></td><td>Pregnancy test negative</td></tr><tr><td><a href=\"http://snomed.info/id/250423000\">250423000</a></td><td>Pregnancy test positive</td></tr></table></li></ul></div>"
  },
  "url" : "http://moh.gov.rw/fhir/ValueSet/vs-patient-pregnant",
  "version" : "0.1.0",
  "name" : "VSPatientPregnant",
  "title" : "Patient Pregnant",
  "status" : "active",
  "experimental" : true,
  "date" : "2024-10-11T09:36:13+00:00",
  "publisher" : "Jembi Health Systems",
  "contact" : [
    {
      "name" : "Jembi Health Systems",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.jembi.org"
        },
        {
          "system" : "email",
          "value" : "info@jembi.org"
        }
      ]
    },
    {
      "name" : "Richard Langford",
      "telecom" : [
        {
          "system" : "email",
          "value" : "richard.langford@jembi.org",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Used by the observation to indicate whether a patient is pregnant.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "250426008",
            "display" : "Pregnancy test equivocal"
          },
          {
            "code" : "250425007",
            "display" : "Pregnancy test negative"
          },
          {
            "code" : "250423000",
            "display" : "Pregnancy test positive"
          }
        ]
      }
    ]
  }
}