Nictiz FHIR NL STU3 Zib2017
1.3.15 - CI Build
Nictiz FHIR NL STU3 Zib2017 - Local Development build (v1.3.15) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "zib-mustscore-01"] ; #
fhir:meta [
( fhir:profile [ fhir:v "http://nictiz.nl/fhir/StructureDefinition/zib-MUSTScore"^^xsd:anyURI ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"zib-mustscore-01\"> </a><a name=\"hczib-mustscore-01\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation "zib-mustscore-01" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-zib-MUSTScore.html\">HCIM MUSTScore</a></p></div><p><b>status</b>: preliminary</p><p><b>code</b>: MUST (Malnutrition universal screening tool) score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#444297006)</span></p><p><b>subject</b>: <a href=\"Patient-nl-core-patient-03.html\">Patient/nl-core-patient-03: I. Jongeneel-de Haas</a> " JONGENEEL-DE HAAS"</p><p><b>effective</b>: 2018-09-09 16:00:00+0200</p><p><b>value</b>: 3</p><blockquote><p><b>component</b></p><p><b>code</b>: Weight loss score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#4.5.4)</span></p><p><b>value</b>: LossLow <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#G1)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: BMI score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#4.5.3)</span></p><p><b>value</b>: BMIHigh <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#B0)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Illness score <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#4.5.5)</span></p><p><b>value</b>: AcutelyIll <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#Z1)</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "preliminary"] ; #
fhir:code [
( fhir:coding [
a sct:444297006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "444297006" ] ;
fhir:display [ fhir:v "MUST (Malnutrition universal screening tool) score" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/nl-core-patient-03" ] ;
fhir:display [ fhir:v "I. Jongeneel-de Haas" ]
] ; #
fhir:effective [ fhir:v "2018-09-09T16:00:00+02:00"^^xsd:dateTime] ; #
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "3"^^xsd:decimal ]
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4.5.4" ] ;
fhir:display [ fhir:v "Weight loss score" ] ] ) ] ; # WeightLossScore
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.4.2"^^xsd:anyURI ] ;
fhir:code [ fhir:v "G1" ] ;
fhir:display [ fhir:v "LossLow" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4.5.3" ] ;
fhir:display [ fhir:v "BMI score" ] ] ) ] ; # BMIScore
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.4.1"^^xsd:anyURI ] ;
fhir:code [ fhir:v "B0" ] ;
fhir:display [ fhir:v "BMIHigh" ] ] ) ]
] [
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.0"^^xsd:anyURI ] ;
fhir:code [ fhir:v "4.5.5" ] ;
fhir:display [ fhir:v "Illness score" ] ] ) ] ; # IllnessScore
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "urn:oid:2.16.840.1.113883.2.4.3.11.60.40.4.4.3"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Z1" ] ;
fhir:display [ fhir:v "AcutelyIll" ] ] ) ]
] ) . #
IG © 2023+ HL7 Netherlands. Package zibs2017#1.3.15 based on FHIR 3.0.2. Generated 2024-04-09
Links: Table of Contents |
QA Report