FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/shareable-example

Packagehl7.fhir.uv.crmi
Resource TypeCodeSystem
Idshareable-example
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/CodeSystem-shareable-example.html
URLhttp://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example
Version2.0.0-cibuild
Statusdraft
Date2025-07-25T17:10:20+00:00
NameANCMActivityCodes
TitleANCM Activity Codes (Shareable Example)
Realmuv
Authorityhl7
DescriptionSet of codes representing all activities used in the implementation guide
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem shareable-example

This case-sensitive code system http://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example defines the following codes:

CodeDisplay
ANC.A Registration
ANC.A4 Gather client details
ANC.A7 Create client record?OR?ANC.A8. Validate client details
ANC.B5 Quick check
ANC.B4 Confirm pregnancy
ANC.End End

Source

{
  "resourceType": "CodeSystem",
  "id": "shareable-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2.0.0-cibuild",
  "name": "ANCMActivityCodes",
  "title": "ANCM Activity Codes (Shareable Example)",
  "status": "draft",
  "experimental": false,
  "date": "2025-07-25T17:10:20+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"
    }
  ]
}