This page is part of the FHIR Specification (v1.4.0: STU 3 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
Free T4 Add on 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 sct: <http://snomed.info/sct/> . @prefix xs: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir//DiagnosticOrder/ft4> a fhir:DiagnosticOrder; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "ft4"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ] ]; fhir:DomainResource.contained [ fhir:index 0; fhir:Specimen [ fhir:index 0; fhir:Resource.id [ fhir:value "rtt" ]; fhir:Specimen.accessionIdentifier [ fhir:Identifier.system [ fhir:value "http://acme.com/labs/accession-ids" ]; fhir:Identifier.value [ fhir:value "20150816-00124" ] ]; fhir:Specimen.type [ a sct:119364003; 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.subjectReference [ fhir:reference <http://hl7.org/fhir/Patient/pat2>; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:Specimen.collection [ fhir:Specimen.collection.collector [ fhir:reference <http://hl7.org/fhir/Practitioner/f202>; fhir:Reference.reference [ fhir:value "Practitioner/f202" ] ]; fhir:Specimen.collection.collectedDateTime [ fhir:value "2015-08-16T06:40:17Z"^^xs:dateTime ] ]; fhir:Specimen.container [ fhir:index 0; fhir:Specimen.container.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://acme.com/labs" ]; fhir:Coding.code [ fhir:value "SST" ]; fhir:Coding.display [ fhir:value "Serum Separator Tube" ] ] ] ] ] ]; fhir:DiagnosticOrder.status [ fhir:value "requested"]; fhir:DiagnosticOrder.subjectReference [ fhir:reference <http://hl7.org/fhir/Patient/pat2>; fhir:Reference.reference [ fhir:value "Patient/pat2" ] ]; fhir:DiagnosticOrder.orderer [ fhir:reference <http://hl7.org/fhir/Practitioner/example>; fhir:Reference.reference [ fhir:value "Practitioner/example" ] ]; fhir:DiagnosticOrder.specimen [ fhir:index 0; fhir:Reference.reference [ fhir:value "#rtt" ]; fhir:Reference.display [ fhir:value "Red Top Tube" ] ]; fhir:DiagnosticOrder.event [ fhir:index 0; fhir:DiagnosticOrder.event.status [ fhir:value "requested" ]; fhir:DiagnosticOrder.event.dateTime [ fhir:value "2015-08-27T09:33:27+07:00"^^xs:dateTime ] ]; fhir:DiagnosticOrder.item [ fhir:index 0; fhir:DiagnosticOrder.item.code [ a loinc:3024-7; 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:CodeableConcept.text [ fhir:value "Free T4" ] ] ]. # -------------------------------------------------------------------------------------
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.