This page is part of the FHIR Specification (v1.8.0: STU 3 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Lipid Panel Order
@prefix fhir: <http://hl7.org/fhir/> . @prefix loinc: <http://loinc.org/owl#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/DiagnosticRequest/lipid> a fhir:DiagnosticRequest; 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>context</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/example</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>supportingInformation</b>: 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://hl7.org/fhir/v2/0136 code 'Y' = 'Yes', given as 'Yes'})</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; fhir:concept 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://hl7.org/fhir/v2/0136" ]; fhir:Coding.code [ fhir:value "Y" ]; fhir:Coding.display [ fhir:value "Yes" ] ] ] ]; fhir:DiagnosticRequest.identifier [ fhir:index 0; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://hl7.org/fhir/identifier-type" ]; 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:DiagnosticRequest.status [ fhir:value "active"]; fhir:DiagnosticRequest.intent [ fhir:value "original-order"]; fhir:DiagnosticRequest.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:DiagnosticRequest.subject [ fhir:link <http://hl7.org/fhir/Patient/example>; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:DiagnosticRequest.context [ fhir:link <http://hl7.org/fhir/Encounter/example>; fhir:Reference.reference [ fhir:value "Encounter/example" ] ]; fhir:DiagnosticRequest.occurrenceDateTime [ fhir:value "2013-05-02T16:16:00-07:00"^^xsd:dateTime]; fhir:DiagnosticRequest.requester [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:DiagnosticRequest.performer [ fhir:link <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:DiagnosticRequest.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:DiagnosticRequest.supportingInformation [ fhir:index 0; fhir:Reference.reference [ fhir:value "#fasting" ] ]; fhir:DiagnosticRequest.note [ fhir:index 0; fhir:Annotation.text [ fhir:value "patient is afraid of needles" ] ] . <http://hl7.org/fhir/Patient/example> a fhir:Patient, fhir:Patient . <http://hl7.org/fhir/Encounter/example> a fhir:Encounter . <http://hl7.org/fhir/Practitioner/example> a fhir:Practitioner, fhir:Practitioner . # -------------------------------------------------------------------------------------
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.