Release 4 FHIR CI-Build

This page is part of the Continuous Integration Build of FHIR Specification (v4.0.1: R4 - Mixed Normative and STU ) in it's permanent home (it will always (will be available incorrect/inconsistent at this URL). The current version which supercedes this version is 5.0.0 . For a full list of available versions, see times).
See the Directory of published versions . Page versions: R5 R4B R4

Servicerequest-example-lipid.ttl

Example ServiceRequest/lipid (Turtle)

Maturity Level : N/A
Responsible Owner: Orders and Observations Work Group Standards Status : Informative Compartments : Device , Encounter , Group , Patient , Practitioner , RelatedPerson

Raw Turtle (+ also see Turtle/RDF Format Specification )

Lipid Panel Order

@prefix fhir: <http://hl7.org/fhir/> .
@prefix loinc: <http://loinc.org/rdf#> .

@prefix loinc: <https://loinc.org/rdf/> .

@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 -------------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/lipid> 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 "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: lipid</p><p><b>contained</b>: , </p><p><b>identifier</b>: Placer = 2345234234234</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><p><b>code</b>: Lipid Panel <span>(Details : {http://acme.org/tests code 'LIPID' = 'LIPID)</span></p><p><b>subject</b>: <a>Patient/example</a></p><p><b>encounter</b>: <a>Encounter/example</a></p><p><b>occurrence</b>: 02/05/2013 4:16:00 PM</p><p><b>requester</b>: <a>Practitioner/example</a></p><p><b>performer</b>: <a>Practitioner/f202</a></p><p><b>reasonCode</b>: Fam hx-ischem heart dis <span>(Details : {ICD-9 code 'V173' = 'V173', given as 'Fam hx-ischem heart dis'})</span></p><p><b>supportingInfo</b>: Fasting status. Generated Summary: id: fasting; status: final; Fasting status - Reported <span>(Details : {LOINC code '49541-6' = 'Fasting status - Reported', given as 'Fasting status - Reported'})</span>; Yes <span>(Details : {http://terminology.hl7.org/CodeSystem/v2-0136 code 'Y' = 'Yes', given as 'Yes'})</span></p><p><b>specimen</b>: Serum specimen. Generated Summary: id: serum; 20150107-0012; Serum sample <span>(Details : {SNOMED CT code '119364003' = 'Serum specimen', given as 'Serum sample'})</span></p><p><b>note</b>: patient is afraid of needles</p></div>"
  ];
  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 <http://hl7.org/fhir/Patient/example>;
       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" ]
       ]

<http://hl7.org/fhir/ServiceRequest/lipid> a fhir:ServiceRequest ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "lipid"] ; # 
  fhir:contained ( [
     a fhir:Observation ;
     fhir:id [ fhir:v "fasting" ] ;
     fhir:status [ fhir:v "final" ] ; #      the mandatory quality flag:     
     fhir:code [
       fhir:coding ( [
         a loinc:49541-6 ;
         fhir:system [
           fhir:v "http://loinc.org"^^xsd:anyURI ;
           fhir:l <http://loinc.org>
         ] ;
         fhir:code [ fhir:v "49541-6" ] ;
         fhir:display [ fhir:v "Fasting status - Reported" ]
       ] )
     ] ;
     fhir:subject [
       fhir:l <http://hl7.org/fhir/Patient/example> ;
       fhir:reference [ fhir:v "Patient/example" ]
     ] ;
     fhir:value [
       a fhir:CodeableConcept ;
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0136"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0136>
         ] ;
         fhir:code [ fhir:v "Y" ] ;
         fhir:display [ fhir:v "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" ]

  ] [
     a fhir:Specimen ;
     fhir:id [ fhir:v "serum" ] ;
     fhir:identifier ( [
       fhir:system [
         fhir:v "http://acme.org/specimens"^^xsd:anyURI ;
         fhir:l <http://acme.org/specimens>
       ] ;
       fhir:value [ fhir:v "20150107-0012" ]
     ] ) ;
     fhir:type [
       fhir:coding ( [
         a sct:119364003 ;
         fhir:system [
           fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
           fhir:l <http://snomed.info/sct>
         ] ;
         fhir:code [ fhir:v "119364003" ] ;
         fhir:display [ fhir:v "Serum sample" ]
       ] )
     ] ;
     fhir:subject [
       fhir:l <http://hl7.org/fhir/Patient/example> ;
       fhir:reference [ fhir:v "Patient/example" ]
     ] ;
     fhir:collection [
       fhir:collected [
         a fhir:DateTime ;
         fhir:v "2015-08-16T06:40:17Z"^^xsd:dateTime

       ]
     ];
     fhir:Specimen.subject [
       fhir:link <http://hl7.org/fhir/Patient/example>;
       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 <http://hl7.org/fhir/Patient/example>;
     fhir:Reference.reference [ fhir:value "Patient/example" ]
  ];
  fhir:ServiceRequest.encounter [
     fhir:link <http://hl7.org/fhir/Encounter/example>;
     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 <http://hl7.org/fhir/Practitioner/example>;
     fhir:Reference.reference [ fhir:value "Practitioner/example" ]
  ];
  fhir:ServiceRequest.performer [
     fhir:index 0;
     fhir:link <http://hl7.org/fhir/Practitioner/f202>;
     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:identifier ( [
     fhir:type [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ;
           fhir:l <http://terminology.hl7.org/CodeSystem/v2-0203>
         ] ;
         fhir:code [ fhir:v "PLAC" ]
       ] ) ;
       fhir:text [ fhir:v "Placer" ]
     ] ;
     fhir:system [
       fhir:v "urn:oid:1.3.4.5.6.7"^^xsd:anyURI ;
       fhir:l <urn:oid:1.3.4.5.6.7>
     ] ;
     fhir:value [ fhir:v "2345234234234" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:intent [ fhir:v "original-order"] ; # 
  fhir:code [
     fhir:concept [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://acme.org/tests"^^xsd:anyURI ;
           fhir:l <http://acme.org/tests>
         ] ;
         fhir:code [ fhir:v "LIPID" ]
       ] ) ;
       fhir:text [ fhir:v "Lipid Panel" ]

     ]
  ];
  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" ]
  ] .

  ] ; # 
  fhir:subject [
     fhir:l <http://hl7.org/fhir/Patient/example> ;
     fhir:reference [ fhir:v "Patient/example" ]
  ] ; # 
  fhir:encounter [
     fhir:l <http://hl7.org/fhir/Encounter/example> ;
     fhir:reference [ fhir:v "Encounter/example" ]
  ] ; # 
  fhir:occurrence [
     a fhir:DateTime ;
     fhir:v "2013-05-02T16:16:00-07:00"^^xsd:dateTime
  ] ; # 
  fhir:requester [
     fhir:l <http://hl7.org/fhir/Practitioner/example> ;
     fhir:reference [ fhir:v "Practitioner/example" ]
  ] ; # 
  fhir:performer ( [
     fhir:l <http://hl7.org/fhir/Practitioner/f202> ;
     fhir:reference [ fhir:v "Practitioner/f202" ]
  ] ) ; # 
  fhir:reason ( [
     fhir:concept [
       fhir:coding ( [
         fhir:system [
           fhir:v "http://hl7.org/fhir/sid/icd-9"^^xsd:anyURI ;
           fhir:l <http://hl7.org/fhir/sid/icd-9>
         ] ;
         fhir:code [ fhir:v "V173" ] ;
         fhir:display [ fhir:v "Fam hx-ischem heart dis" ]
       ] )
     ]
  ] ) ; # 
  fhir:supportingInfo ( [
     fhir:reference [
       fhir:l <#fasting> ;
       fhir:reference [ fhir:v "#fasting" ] ;
       fhir:display [ fhir:v "Fasting status" ]
     ]
  ] ) ; # 
  fhir:specimen ( [
     fhir:l <#serum> ;
     fhir:reference [ fhir:v "#serum" ] ;
     fhir:display [ fhir:v "Serum specimen" ]
  ] ) ; # 
  fhir:note ( [
     fhir:text [ fhir:v "patient is afraid of needles" ]
  ] ) . # 


<http://hl7.org/fhir/Patient/example> a fhir:Patient .

<http://hl7.org/fhir/Encounter/example> a fhir:Encounter .

<http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner .

<http://hl7.org/fhir/Practitioner/f202> a fhir:Practitioner .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/ServiceRequest/lipid.ttl> a owl:Ontology;
  owl:imports fhir:fhir.ttl;
  owl:versionIRI <http://build.fhir.org/ServiceRequest/lipid.ttl> .


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.