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 "UC2-NutAllergenPanel1"] ; #
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 UC2-NutAllergenPanel1</b></p><a name=\"UC2-NutAllergenPanel1\"> </a><a name=\"hcUC2-NutAllergenPanel1\"> </a><a name=\"UC2-NutAllergenPanel1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">Laboratoty Tests</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 63486-5}\">Nut allergen panel - Serum</span></p><p><b>subject</b>: <a href=\"Patient-UC2-Patient.html\">Hans Müller Male, DoB: 1988-05-20</a></p><p><b>encounter</b>: <a href=\"Encounter-UC2-AllergyLabTest.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-08-13 --> (ongoing); reasonCode = Diarrhea</a></p><p><b>effective</b>: 2023-08-13</p><p><b>issued</b>: 2023-08-13 14:30:00+0100</p><p><b>performer</b>: <a href=\"Organization-UC2-AllergyCenterBerlin.html\">Organization Allergy Center Berlin</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 10828004}\">Positive</span></p><p><b>interpretation</b>: <span title=\"Codes:\">High</span></p><p><b>note</b>: Positive for cashew and almond allergies</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "laboratory" ] ;
fhir:display [ fhir:v "Laboratoty Tests" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:63486-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "63486-5" ] ;
fhir:display [ fhir:v "Nut allergen panel - Serum" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC2-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC2-AllergyLabTest" ]
] ; #
fhir:effective [ fhir:v "2023-08-13"^^xsd:date] ; #
fhir:issued [ fhir:v "2023-08-13T14:30:00+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/UC2-AllergyCenterBerlin" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:10828004 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10828004" ] ;
fhir:display [ fhir:v "Positive" ] ] )
] ; #
fhir:interpretation ( [
( fhir:coding [
fhir:code [ fhir:v "H" ] ;
fhir:display [ fhir:v "High" ] ] )
] ) ; #
fhir:note ( [
fhir:text [ fhir:v "Positive for cashew and almond allergies" ]
] ) . #
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