This page is part of the FHIR Specification (v0.4.0: DSTU 2 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
USLab Coded Observation Profile Canonical Example: N gonorrhoeae PCR (id = "uslab-example2")
<Observation xmlns="http://hl7.org/fhir"> <id value="uslab-example2"/> <text> <status value="generated"/> <div xmlns="http://www.w3.org/1999/xhtml"><!-- Snipped for brevity --></div> </text><!-- extenstion for specimen reject goes here - not for this use case <extension url="http://hl7.org/fhir/ExtensionDefinition/uslabspecimenrejectreason"> <valueCodeableConcept> <coding> <system value="http://hl7.org/fhir/v2/0490"/> <code value="EX"/> <display value="Expired"/> </coding> </valueCodeableConcept> </extension> --><!-- extenstion for observation kind goes here --> <extension url="http://hl7.org/fhir/ExtensionDefinition/uslabobservationkind"> <valueCode value="result"/> </extension><!-- EH : The local and LOINC test codes go here --> <code><!-- EH: LOINC code goes here --> <coding> <system value="http://loinc.org"/> <code value="43305-2"/> <display value="Neisseria gonorrhoeae rRNA [Presence] in Unspecified specimen by Probe and target amplification method"/> </coding><!-- EH: LOCAL code goes here --> <coding> <system value="urn:oid:2.16.840.1.113883.3.72.5.24"/> <code value="GCPCR"/> <display value="APTIMA GC"/> </coding> <text value="Neisseria gonorrhoeae by PCR"/> </code><!-- EH : The local and SNOMED Result codes go here --> <valueCodeableConcept> <coding> <system value="http://snomed.info/sct"/> <code value="10828004"/> <display value="Positive"/> </coding> <coding> <system value="urn:oid:2.16.840.1.113883.3.72.5.24"/> <code value="POS"/> <display value="Positive"/> </coding> <text value="Positive for Neisseira gonorrheoea rRNA"/> </valueCodeableConcept><!-- eH dataabsent reason would go here if valueQuantity was empty e.g.: <dataAbsentReason value="error"</dataAbsentReason> --> <interpretation> <coding> <system value="http://hl7.org/fhir/v2/0078"/> <code value="A"/> </coding> </interpretation> <appliesDateTime value="2014-12-05"/><!-- EH: Showing dateTime to ss with TZO although only needed to Day --> <issued value="2014-12-06T15:42:15-08:00"/> <status value="final"/> <identifier> <use value="official"/> <label value="lab test result ID"/> <system value="http://lis.acmelabs.org/identifiers/labtestresult"/> <value value="2345"/> </identifier> <subject> <reference value="Patient/uslab-example1"/> <display value="Todd Lerr"/> </subject> <specimen> <reference value="Specimen/uslab-example1"/> <display value="Blood sample"/> </specimen> <performer> <reference value="Practitioner/uslab-example1"/> <display value="Dr Leonard T Bloodraw Jr"/> </performer> </Observation>
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.