IPSExampleIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
: UC1-MedicationAdminSerumForAllergy - 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:MedicationAdministration ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "UC1-MedicationAdminSerumForAllergy"] ; #
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: MedicationAdministration UC1-MedicationAdminSerumForAllergy</b></p><a name=\"UC1-MedicationAdminSerumForAllergy\"> </a><a name=\"hcUC1-MedicationAdminSerumForAllergy\"> </a><a name=\"UC1-MedicationAdminSerumForAllergy-en-US\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 727345}\">ML Epinephrine 1 MG/ML Auto-Injector</span></p><p><b>subject</b>: <a href=\"Patient-UC1-Patient.html\">Klaus Müller Male, DoB: 1959-05-20</a></p><p><b>context</b>: <a href=\"Encounter-UC1-EncounterMuenchenJune2018.html\">Encounter: status = finished; class = EMER (EMER); period = 2018-06-10 --> 2018-06-13; reasonCode = Pneumonie</a></p><p><b>effective</b>: 2018-06-10</p><p><b>reasonCode</b>: <span title=\"Codes:{http://snomed.info/sct 292954005}\">Penicillin-Nebenwirkung</span></p></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:medication [
a fhir:CodeableConcept ;
( fhir:coding [
fhir:system [ fhir:v "http://www.nlm.nih.gov/research/umls/rxnorm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "727345" ] ;
fhir:display [ fhir:v "ML Epinephrine 1 MG/ML Auto-Injector" ] ] )
] ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/UC1-Patient" ]
] ; #
fhir:context [
fhir:reference [ fhir:v "Encounter/UC1-EncounterMuenchenJune2018" ]
] ; #
fhir:effective [ fhir:v "2018-06-10"^^xsd:date] ; #
fhir:reasonCode ( [
( fhir:coding [
a sct:292954005 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "292954005" ] ;
fhir:display [ fhir:v "Penicillin-Nebenwirkung" ] ] )
] ) . #