IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <https://loinc.org/rdf/> .
@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 "UC1-VitalSignsOct2022"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-results-uv-ips> ] )
] ; #
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: Observation UC1-VitalSignsOct2022</b></p><a name=\"UC1-VitalSignsOct2022\"> </a><a name=\"hcUC1-VitalSignsOct2022\"> </a><a name=\"UC1-VitalSignsOct2022-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">vital-signs</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8716-3}\">Vitalzeichen</span></p><p><b>subject</b>: <a href=\"Patient-UC1-Patient.html\">Klaus Müller Male, DoB: 1959-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC1-EncounterMuenchenOct2022.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-10-03 --> 2022-10-03; reasonCode = Bluthochdruck</a></p><p><b>effective</b>: 2022-10-03</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 8480-6}\">Systolischer Blutdruck</span></p><p><b>value</b>: 160 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 8462-4}\">Diastolischer Blutdruck</span></p><p><b>value</b>: 100 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "vital-signs" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:8716-3 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8716-3" ] ;
fhir:display [ fhir:v "Vitalzeichen" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC1-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC1-EncounterMuenchenOct2022" ]
] ; #
fhir:effective [ fhir:v "2022-10-03"^^xsd:date] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a sct:8480-6 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ;
fhir:display [ fhir:v "Systolischer Blutdruck" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "160"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a sct:8462-4 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ;
fhir:display [ fhir:v "Diastolischer Blutdruck" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "100"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] ) . #
IG © 2024+ MOLIT. Package de.hhn.fhir#0.1.0 based on FHIR 4.0.1. Generated 2024-11-29
Links: Table of Contents |
QA Report
Version History |
|
Propose a change