New Zealand ICP Implementation Guide, published by Accident Compensation Corporation. 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/acc-fhir-publisher/icp/ and changes regularly. See the Directory of published versions
: clinical-msk-measurement-quantity-type - 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:ValueSet ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "acc-icp-clinical-msk-measurement-quantity-type"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet acc-icp-clinical-msk-measurement-quantity-type</b></p><a name=\"acc-icp-clinical-msk-measurement-quantity-type\"> </a><a name=\"hcacc-icp-clinical-msk-measurement-quantity-type\"> </a><a name=\"acc-icp-clinical-msk-measurement-quantity-type-und\"> </a><ul><li>Include these codes as defined in <a href=\"http://unitsofmeasure.org\"><code>http://unitsofmeasure.org</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>kg</td><td>kg</td></tr><tr><td>%</td><td>%</td></tr></table></li></ul></div>"
] ; #
fhir:url [ fhir:v "http://hl7.org.nz/fhir/ValueSet/acc-icp-clinical-msk-measurement-quantity-type"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.0"] ; #
fhir:name [ fhir:v "ICPClinicalMskMeasurementQuantityType"] ; #
fhir:title [ fhir:v "clinical-msk-measurement-quantity-type"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-10T23:48:30+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "Accident Compensation Corporation"] ; #
fhir:description [ fhir:v "This value set identifies the unit of measure for an ICP Clinical MSK Quantity measurement.\n\nNote: future versions of this value set will deprecate the 'kg' in favor of '%'.\n"] ; #
fhir:compose [
( fhir:include [
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
( fhir:concept [
fhir:code [ fhir:v "kg" ] ;
fhir:display [ fhir:v "kg" ] ] [
fhir:code [ fhir:v "%" ] ;
fhir:display [ fhir:v "%" ] ] ) ] )
] . #