MyHealth@EU Core 1.0.0 - trial-use 150
MyHealth@EU Core - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @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:AllergyIntolerance ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "a1b2c3d4-e5f6-7890-abcd-ef1234567890"] ; # fhir:meta [ ( fhir:profile [ fhir:v "http://fhir.ehdsi.eu/core/StructureDefinition/allergyIntolerance-myhealtheu-core"^^xsd:anyURI ; fhir:l <http://fhir.ehdsi.eu/core/StructureDefinition/allergyIntolerance-myhealtheu-core> ] ) ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\">Penicillin allergy - John Doe</div>"^^rdf:XMLLiteral ] ] ; # fhir:clinicalStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-clinical> ] ; fhir:code [ fhir:v "active" ] ] ) ] ; # fhir:verificationStatus [ ( fhir:coding [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/allergyintolerance-verification"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/CodeSystem/allergyintolerance-verification> ] ; fhir:code [ fhir:v "confirmed" ] ] ) ] ; # fhir:type [ fhir:v "allergy"] ; # fhir:criticality [ fhir:v "high"] ; # fhir:code [ ( fhir:coding [ fhir:system [ fhir:v "http://www.whocc.no/atc"^^xsd:anyURI ; fhir:l <http://www.whocc.no/atc> ] ; fhir:code [ fhir:v "A02BD01" ] ; fhir:display [ fhir:v "omeprazole, amoxicillin and metronidazole" ] ] ) ] ; # fhir:patient [ fhir:l fhir:Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49 ; fhir:reference [ fhir:v "Patient/1d4bbc93-63b7-4f2b-8f0f-8380aa138f49" ] ] ; # fhir:onset [ a fhir:DateTime ; fhir:v "2010-03-01"^^xsd:date ] ; # fhir:note ( [ fhir:text [ fhir:v "Patient reports severe reaction after first dose." ] ] ) ; # fhir:reaction ( [ fhir:substance [ ( fhir:coding [ fhir:system [ fhir:v "https://spor.ema.europa.eu/v2/SubstanceDefinition"^^xsd:anyURI ; fhir:l <https://spor.ema.europa.eu/v2/SubstanceDefinition> ] ; fhir:code [ fhir:v "100000091596" ] ; fhir:display [ fhir:v "Amoxicillin" ] ] ) ] ; ( fhir:manifestation [ ( fhir:coding [ a sct:39579001 ; fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ; fhir:l <http://snomed.info/sct> ] ; fhir:code [ fhir:v "39579001" ] ; fhir:display [ fhir:v "Anaphylaxis" ] ] ) ] ) ; fhir:onset [ fhir:v "2010-03-01"^^xsd:date ] ; fhir:severity [ fhir:v "severe" ] ] ) . #