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

Generated Narrative

Resource "ft4"

status: active

intent: reflex-order

code: Free T4 (LOINC#3024-7 "Thyroxine (T4) free [Mass/​volume] in Serum or Plasma")

subject: Patient/pat2 "Duck DONALD"

occurrence: 2015-08-27T09:33:27+07:00

requester: Practitioner/example "Adam CAREFUL"

" ]; fhir:ServiceRequest.status [ fhir:value "active"]; fhir:ServiceRequest.intent [ fhir:value "reflex-order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:3024-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "3024-7" ]; fhir:Coding.display [ fhir:value "Thyroxine (T4) free [Mass/​volume] in Serum or Plasma" ] ]; fhir:CodeableConcept.text [ fhir:value "Free T4" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2015-08-27T09:33:27+07:00"^^xsd:dateTime]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ] . a fhir:Patient . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------