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

Generated Narrative

Resource "lipid"

identifier: Placer: 2345234234234

status: active

intent: original-order

code: Lipid Panel (tests#LIPID)

subject: Patient/example "Peter CHALMERS"

encounter: Encounter/example

occurrence: 2013-05-02T16:16:00-07:00

requester: Practitioner/example "Adam CAREFUL"

performer: Practitioner/f202 "Luigi Maas"

reasonCode: Fam hx-ischem heart dis (ICD-9#V173)

supportingInfo:

Resource "fasting"

status: final

code: Fasting status - Reported (LOINC#49541-6)

subject: Patient/example "Peter CHALMERS"

value: Yes (v2-0136#Y)

specimen:

Resource "serum"

identifier: id: 20150107-0012

type: Serum sample (SNOMED CT#119364003)

subject: Patient/example "Peter CHALMERS"

Collections

-Collected[x]
*2015-08-16T06:40:17Z

note: patient is afraid of needles

" ]; fhir:DomainResource.contained [ a fhir:Observation; fhir:index 0; fhir:Resource.id [ fhir:value "fasting" ]; fhir:Observation.status [ fhir:value "final" ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:49541-6; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "49541-6" ]; fhir:Coding.display [ fhir:value "Fasting status - Reported" ] ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0136" ]; fhir:Coding.code [ fhir:value "Y" ]; fhir:Coding.display [ fhir:value "Yes" ] ] ] ], [ a fhir:Specimen; fhir:index 1; fhir:Resource.id [ fhir:value "serum" ]; fhir:Specimen.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "http://acme.org/specimens" ]; fhir:Identifier.value [ fhir:value "20150107-0012" ] ]; fhir:Specimen.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:119364003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "119364003" ]; fhir:Coding.display [ fhir:value "Serum sample" ] ] ]; fhir:Specimen.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Specimen.collection [ fhir:Specimen.collection.collectedDateTime [ fhir:value "2015-08-16T06:40:17Z"^^xsd:dateTime ] ] ]; fhir:ServiceRequest.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:Coding.code [ fhir:value "PLAC" ] ]; fhir:CodeableConcept.text [ fhir:value "Placer" ] ]; fhir:Identifier.system [ fhir:value "urn:oid:1.3.4.5.6.7" ]; fhir:Identifier.value [ fhir:value "2345234234234" ] ]; fhir:ServiceRequest.status [ fhir:value "active"]; fhir:ServiceRequest.intent [ fhir:value "original-order"]; fhir:ServiceRequest.code [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme.org/tests" ]; fhir:Coding.code [ fhir:value "LIPID" ] ]; fhir:CodeableConcept.text [ fhir:value "Lipid Panel" ] ]; fhir:ServiceRequest.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:ServiceRequest.encounter [ fhir:link ; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:ServiceRequest.occurrenceDateTime [ fhir:value "2013-05-02T16:16:00-07:00"^^xsd:dateTime]; fhir:ServiceRequest.requester [ fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:ServiceRequest.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f202" ] ]; fhir:ServiceRequest.reasonCode [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/sid/icd-9" ]; fhir:Coding.code [ fhir:value "V173" ]; fhir:Coding.display [ fhir:value "Fam hx-ischem heart dis" ] ] ]; fhir:ServiceRequest.supportingInfo [ fhir:index 0; fhir:Reference.reference [ fhir:value "#fasting" ]; fhir:Reference.display [ fhir:value "Fasting status" ] ]; fhir:ServiceRequest.specimen [ fhir:index 0; fhir:Reference.reference [ fhir:value "#serum" ]; fhir:Reference.display [ fhir:value "Serum specimen" ] ]; fhir:ServiceRequest.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "patient is afraid of needles" ] ] . a fhir:Patient . a fhir:Encounter . a fhir:Practitioner . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------