@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:AdverseEvent; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "example"

identifier: id: 49476534

actuality: actual

category: Product Use Error (AdverseEventCategory#product-use-error)

event: This was a mild rash on the left forearm (SNOMED CT#304386008 "O/E - itchy rash")

subject: Patient/example "Peter CHALMERS"

date: 2017-01-29T12:34:56Z

seriousness: Non-serious (AdverseEventSeriousness#Non-serious)

severity: Mild (AdverseEventSeverity#mild)

recorder: Practitioner/example "Adam CAREFUL"

SuspectEntities

-Instance
*Medication/example
" ]; fhir:AdverseEvent.identifier [ fhir:Identifier.system [ fhir:value "http://acme.com/ids/patients/risks" ]; fhir:Identifier.value [ fhir:value "49476534" ] ]; fhir:AdverseEvent.actuality [ fhir:value "actual"]; fhir:AdverseEvent.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adverse-event-category" ]; fhir:Coding.code [ fhir:value "product-use-error" ]; fhir:Coding.display [ fhir:value "Product Use Error" ] ] ]; fhir:AdverseEvent.event [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:304386008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "304386008" ]; fhir:Coding.display [ fhir:value "O/E - itchy rash" ] ]; fhir:CodeableConcept.text [ fhir:value "This was a mild rash on the left forearm" ] ]; fhir:AdverseEvent.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:AdverseEvent.date [ fhir:value "2017-01-29T12:34:56+00:00"^^xsd:dateTime]; fhir:AdverseEvent.seriousness [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adverse-event-seriousness" ]; fhir:Coding.code [ fhir:value "Non-serious" ]; fhir:Coding.display [ fhir:value "Non-serious" ] ] ]; fhir:AdverseEvent.severity [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/adverse-event-severity" ]; fhir:Coding.code [ fhir:value "mild" ]; fhir:Coding.display [ fhir:value "Mild" ] ] ]; fhir:AdverseEvent.recorder [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:AdverseEvent.suspectEntity [ fhir:index 0; fhir:AdverseEvent.suspectEntity.instance [ fhir:link ; fhir:Reference.reference [ fhir:value "Medication/example" ] ] ] . a fhir:Patient . a fhir:Practitioner . a fhir:Medication . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------