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
: icp-clinical-measurement-shoulder-strength - 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:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-measurement-clinical> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation icp-clinical-measurement-shoulder-strength</b></p><a name=\"icp-clinical-measurement-shoulder-strength\"> </a><a name=\"hcicp-clinical-measurement-shoulder-strength\"> </a><a name=\"icp-clinical-measurement-shoulder-strength-und\"> </a><p><b>ACC Provider ID</b>: J99966</p><p><b>Stage Care Source</b>: baseline</p><p><b>identifier</b>: <code>https://standards.digital.health.nz/ns/acc-45-number</code>/AB12345 (use: official, )</p><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org.nz/fhir/CodeSystem/acc-icp-clinical-msk-measurement-standard shoulder-abduction-45deg-hand-held-dynamometer}\">Shoulder abduction 45deg hand held dynamometer</span></p><p><b>subject</b>: <a href=\"#hcicp-clinical-measurement-shoulder-strength/patient-internal\">Anonymous Patient (no stated gender), DoB: 2003-03-20</a></p><p><b>effective</b>: 2023-08-09 15:30:00+0000</p><p><b>performer</b>: <a href=\"https://simplifier.net/resolve?scope=fhir.org.nz.ig.base@3.0.0&canonical=http://fhir.org.nz/ig/base/Organization/ORG123\">??</a></p><p><b>value</b>: 80 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code% = '%')</span></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Patient #patient-internal</b></p><a name=\"icp-clinical-measurement-shoulder-strength/patient-internal\"> </a><a name=\"hcicp-clinical-measurement-shoulder-strength/patient-internal\"> </a><a name=\"icp-clinical-measurement-shoulder-strength/patient-internal-und\"> </a><p style=\"border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;\">Anonymous Patient (no stated gender), DoB: 2003-03-20</p><hr/></blockquote></div>"
] ; #
fhir:contained ( [
a fhir:Patient ;
fhir:id [ fhir:v "patient-internal" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient"^^xsd:anyURI ;
fhir:link <http://hl7.org.nz/fhir/StructureDefinition/acc-icp-patient> ] ) ] ;
fhir:birthDate [ fhir:v "2003-03-20"^^xsd:date ]
] ) ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-providerid"^^xsd:anyURI ] ;
fhir:value [ fhir:v "J99966" ]
] [
fhir:url [ fhir:v "http://hl7.org.nz/fhir/StructureDefinition/acc-icp-recorded-outcome-stage"^^xsd:anyURI ] ;
fhir:value [ fhir:v "baseline" ]
] ) ; #
fhir:identifier ( [
fhir:use [ fhir:v "official" ] ;
fhir:system [ fhir:v "https://standards.digital.health.nz/ns/acc-45-number"^^xsd:anyURI ] ;
fhir:value [ fhir:v "AB12345" ]
] ) ; #
fhir:status [ fhir:v "final"] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org.nz/fhir/CodeSystem/acc-icp-clinical-msk-measurement-standard"^^xsd:anyURI ] ;
fhir:code [ fhir:v "shoulder-abduction-45deg-hand-held-dynamometer" ] ;
fhir:display [ fhir:v "Shoulder abduction 45deg hand held dynamometer" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "#patient-internal" ]
] ; #
fhir:effective [ fhir:v "2023-08-09T15:30:00Z"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/ORG123" ]
] ) ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "80"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "%" ]
] . #