Your User Friendly Name for MyIG Here
0.2.0 - CI Build
Your User Friendly Name for MyIG Here, published by HL7 International - [Some] Work Group. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sample-ig/ and changes regularly. See the Directory of published versions
Page standards status: Informative |
@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 xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
#
test comment for display
a fhir:Observation ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation"^^xsd:anyURI ;
fhir:link <http://somewhere.org/fhir/uv/myig/StructureDefinition/myObservation> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><div xml:lang=\"en\" lang=\"en\"><hr/><p><b>English</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Observation example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en\"> </a><p><b>status</b>: Final</p><p><b>subject</b>: <a href=\"Patient-example.html\">Jack Smith (no stated gender), DoB: 2018-09-07</a></p><p><b>code</b>: <span title=\"Codes:{http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://loinc.org 85354-9}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}\">CS1</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 1 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://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div><div xml:lang=\"de\" lang=\"de\"><hr/><p><b>German</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Observation example</b></p><a name=\"example-de\"> </a><p><b>status</b>: Final</p><p><b>subject</b>: <a href=\"Patient-example.html\">Jack Smith (no stated gender), DoB: 2018-09-07</a></p><p><b>code</b>: <span title=\"Codes:{http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://loinc.org 85354-9}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}\">CS1</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 1 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://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div><div xml:lang=\"fr\" lang=\"fr\"><hr/><p><b>French</b></p><hr/><p class=\"res-header-id\"><b>Generated Narrative: Observation example</b></p><a name=\"example-fr\"> </a><p><b>status</b>: Final</p><p><b>subject</b>: <a href=\"Patient-example.html\">Jack Smith (no stated gender), DoB: 2018-09-07</a></p><p><b>code</b>: <span title=\"Codes:{http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}, {http://loinc.org 85354-9}, {http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake 01}\">CS1</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 8480-6}\">Systolic blood pressure</span></p><p><b>value</b>: 1 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://loinc.org 8462-4}\">Diastolic blood pressure</span></p><p><b>value</b>: 1 mm[Hg]<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM codemm[Hg] = 'mm[Hg]')</span></p></blockquote></div></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:subject [
fhir:link <http://somewhere.else.org/pas/server/Patient/example> ;
fhir:reference [ fhir:v "http://somewhere.else.org/pas/server/Patient/example" ]
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "CS1" ] ] [
fhir:system [ fhir:v "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "CS2" ] ] [
fhir:system [ fhir:v "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "VS1" ] ] [
a loinc:85354-9 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "85354-9" ] ] [
fhir:system [ fhir:v "http://somewhere.org/fhir/uv/myig/CodeSystem/cs-fake"^^xsd:anyURI ] ;
fhir:code [ fhir:v "01" ] ;
fhir:display [ fhir:v "VS2" ] ] )
] ; #
fhir:component ( [
fhir:code [
( fhir:coding [
a loinc:8480-6 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8480-6" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] [
fhir:code [
( fhir:coding [
a loinc:8462-4 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "8462-4" ] ] ) ] ;
fhir:value [
a fhir:Quantity ;
fhir:value [ fhir:v "1"^^xsd:decimal ] ;
fhir:system [ fhir:v "http://unitsofmeasure.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "mm[Hg]" ] ]
] ) . #
IG © 2019+ HL7 International - [Some] Work Group. Package example.fhir.uv.myig#0.2.0 based on FHIR 4.0.1. Generated 2024-10-10
Links: Table of Contents |
QA Report