electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: ValueSet-pregnancy-status

Raw json

{
  "resourceType" : "ValueSet",
  "id" : "pregnancy-status",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
      <h2>Pregnancy Status</h2>
      <div>
        <p>This value set contains codes representing pregnancy statuses.</p>
      </div>
    </div>"
  },
  "url" : "http://hl7.org/fhir/us/ecr/ValueSet/pregnancy-status",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "2.16.840.1.113883.11.20.9.85"
    }
  ],
  "version" : "0.2.0",
  "name" : "Determination of Reportability (eCR)",
  "status" : "active",
  "date" : "2018-08-01T00:00:00+10:00",
  "description" : "This value set contains codes representing pregnancy statuses.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "77386006",
            "display" : "Pregnant (finding)"
          },
          {
            "code" : "60001007",
            "display" : "Not pregnant (finding)"
          },
          {
            "code" : "102874004",
            "display" : "Possibly pregnant (finding)"
          }
        ]
      }
    ]
  }
}