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) - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "shareable-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/crmi/StructureDefinition/crmi-shareablecodesystem> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir: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>"
] ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/crmi/CodeSystem/shareable-example"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.38.16.2" ]
] ) ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ANCMActivityCodes"] ; #
fhir:title [ fhir:v "ANCM Activity Codes (Shareable Example)"] ; #
fhir:status [ fhir:v "draft"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-05-02T20:06:12+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] )
] ) ; #
fhir:description [ fhir:v "Set of codes representing all activities used in the implementation guide"] ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ;
fhir:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:concept ( [
fhir:code [ fhir:v "ANC.A" ] ;
fhir:display [ fhir:v "Registration" ]
] [
fhir:code [ fhir:v "ANC.A4" ] ;
fhir:display [ fhir:v "Gather client details" ]
] [
fhir:code [ fhir:v "ANC.A7" ] ;
fhir:display [ fhir:v "Create client record?OR?ANC.A8. Validate client details" ]
] [
fhir:code [ fhir:v "ANC.B5" ] ;
fhir:display [ fhir:v "Quick check" ]
] [
fhir:code [ fhir:v "ANC.B4" ] ;
fhir:display [ fhir:v "Confirm pregnancy" ]
] [
fhir:code [ fhir:v "ANC.End" ] ;
fhir:display [ fhir:v "End" ]
] ) . #