IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC4-DietPrescription2024 - TTL Representation
Raw ttl | Download
@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:NutritionOrder ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC4-DietPrescription2024"] ; #
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: NutritionOrder UC4-DietPrescription2024</b></p><a name=\"UC4-DietPrescription2024\"> </a><a name=\"hcUC4-DietPrescription2024\"> </a><a name=\"UC4-DietPrescription2024-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>patient</b>: <a href=\"Patient-UC4-Patient.html\">Marta Perez Female, DoB: 1959-05-15</a></p><p><b>encounter</b>: <a href=\"Encounter-UC4-Encounter2024January.html\">Encounter: status = finished; class = AMB (AMB); period = 2024-01-17 --> (ongoing)</a></p><p><b>dateTime</b>: 2024-01-17</p><p><b>foodPreferenceModifier</b>: <span title=\"Codes:{http://snomed.info/sct 386615006}\">Low sugar diet</span></p></div>"
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:patient [
fhir:reference [ fhir:v "Patient/UC4-Patient" ]
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/UC4-Encounter2024January" ]
] ; #
fhir:dateTime [ fhir:v "2024-01-17"^^xsd:date] ; #
fhir:foodPreferenceModifier ( [
( fhir:coding [
a sct:386615006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "386615006" ] ;
fhir:display [ fhir:v "Low sugar diet" ] ] )
] ) . #