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

Generated Narrative

Resource "di"

status: active

intent: original-order

code: Chest CT (LOINC#24627-2)

subject: Patient/dicom " MINT_TEST"

occurrence: 2013-05-08T09:33:27+07:00

requester: Practitioner/example: Dr. Adam Careful "Adam CAREFUL"

reasonCode: Check for metastatic disease ()

" ]; fhir:ServiceRequest.status [ fhir:value "active"]; fhir:ServiceRequest.intent [ fhir:value "original-order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:24627-2; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "24627-2" ] ]; fhir:CodeableConcept.text [ fhir:value "Chest CT" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/dicom" ] ]; fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2013-05-08T09:33:27+07:00"^^xsd:dateTime]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ]; fhir:Reference.display [ fhir:value "Dr. Adam Careful" ] ]; fhir:ServiceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.text [ fhir:value "Check for metastatic disease" ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------