FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi.r4
Resource TypeCodeSystem
IdCodeSystem-shareable-example.json
FHIR VersionR4

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

Source1

{
  "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-ballot",
  "name": "ANCMActivityCodes",
  "title": "ANCM Activity Codes (Shareable Example)",
  "status": "draft",
  "experimental": false,
  "date": "2025-08-01T18:39:13+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"
    }
  ]
}