Canonical Resource Management Infrastructure Implementation Guide
1.0.0 - STU1 International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

: ANCM Activity Codes (Shareable Example) - JSON Representation

Draft as of 2024-05-08

Raw json | Download


{
  "resourceType" : "CodeSystem",
  "id" : "shareable-example",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ANC.A<a name=\"shareable-example-ANC.46A\"> </a></td><td>Registration</td></tr><tr><td style=\"white-space:nowrap\">ANC.A4<a name=\"shareable-example-ANC.46A4\"> </a></td><td>Gather client details</td></tr><tr><td style=\"white-space:nowrap\">ANC.A7<a name=\"shareable-example-ANC.46A7\"> </a></td><td>Create client record?OR?ANC.A8. Validate client details</td></tr><tr><td style=\"white-space:nowrap\">ANC.B5<a name=\"shareable-example-ANC.46B5\"> </a></td><td>Quick check</td></tr><tr><td style=\"white-space:nowrap\">ANC.B4<a name=\"shareable-example-ANC.46B4\"> </a></td><td>Confirm pregnancy</td></tr><tr><td style=\"white-space:nowrap\">ANC.End<a name=\"shareable-example-ANC.46End\"> </a></td><td>End</td></tr></table></div>"
  },
  "url" : "http://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.4.642.40.38.16.2"
    }
  ],
  "version" : "1.0.0",
  "name" : "ANCMActivityCodes",
  "title" : "ANCM Activity Codes (Shareable Example)",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-05-08T21:17:22+00:00",
  "publisher" : "HL7 International / Clinical Decision Support",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description" : "Set of codes representing all activities used in the implementation guide",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001",
          "display" : "World"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "ANC.A",
      "display" : "Registration"
    },
    {
      "code" : "ANC.A4",
      "display" : "Gather client details"
    },
    {
      "code" : "ANC.A7",
      "display" : "Create client record?OR?ANC.A8. Validate client details"
    },
    {
      "code" : "ANC.B5",
      "display" : "Quick check"
    },
    {
      "code" : "ANC.B4",
      "display" : "Confirm pregnancy"
    },
    {
      "code" : "ANC.End",
      "display" : "End"
    }
  ]
}