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-StoolCulture1"] ; #
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-StoolCulture1</b></p><a name=\"UC2-StoolCulture1\"> </a><a name=\"hcUC2-StoolCulture1\"> </a><a name=\"UC2-StoolCulture1-en-US\"> </a><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:\">laboratory</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 10704-5}\">Ova and parasites identified in Stool by Light microscopy</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-DiarrheaFollowUp.html\">Encounter: status = finished; class = AMB (AMB); period = 2022-12-05 --> 2022-12-05; reasonCode = Follow-up visit</a></p><p><b>effective</b>: 2022-12-05</p><p><b>issued</b>: 2022-12-05 10:50:00+0100</p><p><b>performer</b>: <a href=\"Organization-UC2-CityHospitalLab.html\">Organization City Hospital Laboratory</a></p><p><b>value</b>: <span title=\"Codes:{http://snomed.info/sct 260385009}\">Negative</span></p><p><b>note</b>: Negative for pathogens</p></div>"
] ; #
fhir:status [ fhir:v "final"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "laboratory" ] ] )
] ) ; #
fhir:code [
( fhir:coding [
a loinc:10704-5 ;
fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
fhir:code [ fhir:v "10704-5" ] ;
fhir:display [ fhir:v "Ova and parasites identified in Stool by Light microscopy" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC2-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC2-DiarrheaFollowUp" ]
] ; #
fhir:effective [ fhir:v "2022-12-05"^^xsd:date] ; #
fhir:issued [ fhir:v "2022-12-05T10:50:00+01:00"^^xsd:dateTime] ; #
fhir:performer ( [
fhir:reference [ fhir:v "Organization/UC2-CityHospitalLab" ]
] ) ; #
fhir:value [
a fhir:CodeableConcept ;
( fhir:coding [
a sct:260385009 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "260385009" ] ;
fhir:display [ fhir:v "Negative" ] ] )
] ; #
fhir:note ( [
fhir:text [ fhir:v "Negative for pathogens" ]
] ) . #
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