WorkflowThis page is part of the FHIR Specification (v5.0.0-ballot: R5 Ballot - see ballot notes). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
. Page versions: R5 R4B R4
| Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Encounter, 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 owl: <http://www.w3.org/2002/07/owl#> .
@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 -------------------------------------------------------------------
[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: ServiceRequest</b><a name=\"lipid\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ServiceRequest "lipid" </p></div><p><b>identifier</b>: Placer: 2345234234234</p><p><b>status</b>: active</p><p><b>intent</b>: original-order</p><h3>Codes</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Lipid Panel <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (tests#LIPID)</span></td></tr></table><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>encounter</b>: <a href=\"encounter-example.html\">Encounter/example</a></p><p><b>occurrence</b>: 2013-05-02T16:16:00-07:00</p><p><b>requester</b>: <a href=\"practitioner-example.html\">Practitioner/example</a> "Adam CAREFUL"</p><p><b>performer</b>: <a href=\"practitioner-example-f202-lm.html\">Practitioner/f202</a> "Luigi Maas"</p><h3>Reasons</h3><table class=\"grid\"><tr><td>-</td><td><b>Concept</b></td></tr><tr><td>*</td><td>Fam hx-ischem heart dis <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (ICD-9#V173)</span></td></tr></table><p><b>supportingInfo</b>: <a name=\"fasting\"> </a></p><blockquote><p/><p><a name=\"fasting\"> </a></p><p><b>status</b>: <span title=\" the mandatory quality flag: \">final</span></p><p><b>code</b>: Fasting status - Reported <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#49541-6)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>value</b>: Yes <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (v2-0136#Y)</span></p></blockquote><p><b>specimen</b>: <a name=\"serum\"> </a></p><blockquote><p/><p><a name=\"serum\"> </a></p><p><b>identifier</b>: id: 20150107-0012</p><p><b>type</b>: Serum sample <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#119364003)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td>2015-08-16T06:40:17Z</td></tr></table></blockquote><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: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: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:CodeableReference.concept [
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:Reference.reference [ fhir:value "Patient/example" ]
];
fhir:ServiceRequest.encounter [
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:Reference.reference [ fhir:value "Practitioner/example" ]
];
fhir:ServiceRequest.performer [
fhir:index 0;
fhir:Reference.reference [ fhir:value "Practitioner/f202" ]
];
fhir:ServiceRequest.reason [
fhir:index 0;
fhir:CodeableReference.concept [
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" ]
]] .
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.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.
FHIR ®© HL7.org 2011+. FHIR R5 Ballot hl7.fhir.core#5.0.0-ballot generated on Sat, Sep 10, 2022 05:06+1000.
Links: Search |
Version History |
Contents |
Glossary |
QA |
Compare to R4B |
Compare to R5 Draft |
|
Propose a change