| Package | hl7.fhir.uv.crmi |
| Resource Type | CodeSystem |
| Id | shareable-example |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/CodeSystem-shareable-example.html |
| URL | http://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example |
| Version | 2.0.0-ballot |
| Status | draft |
| Date | 2025-08-01T16:38:28+00:00 |
| Name | ANCMActivityCodes |
| Title | ANCM Activity Codes (Shareable Example) |
| Realm | uv |
| Authority | hl7 |
| Description | Set of codes representing all activities used in the implementation guide |
| Content | complete |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem shareable-example
Profile: CRMI Shareable CodeSystem
This case-sensitive code system http://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example defines the following codes:
| Code | Display |
| 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 |
{
"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-01T16:38:28+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"
}
]
}