This page is part of the FHIR Specification (v5.0.0-ballot: FHIR R5 Ballot Preview). 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 R3
Orders and Observations Work Group | Maturity Level: N/A | Standards Status: Informative | Compartments: Device, Patient, Practitioner |
Raw Turtle (+ also see Turtle/RDF Format Specification)
VMA, Random Urine Sample
@prefix fhir: <http://hl7.org/fhir/> . @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 ------------------------------------------------------------------- [a fhir:Specimen; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "vma-urine"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Specimen</b><a name=\"vma-urine\"> </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 Specimen "vma-urine" </p></div><p><b>accessionIdentifier</b>: id: X352356</p><p><b>status</b>: available</p><p><b>type</b>: Urine, Random <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0487.html\">specimenType</a>#RANDU)</span></p><p><b>subject</b>: <a href=\"patient-example.html\">Patient/example</a> "Peter CHALMERS"</p><p><b>receivedTime</b>: 2015-08-18T07:03:00Z</p><h3>Collections</h3><table class=\"grid\"><tr><td>-</td><td><b>Collector</b></td><td><b>Collected[x]</b></td></tr><tr><td>*</td><td><a href=\"practitioner-example-f202-lm.html\">Practitioner/f202</a> "Luigi Maas"</td><td><span title=\" the time of collection is usually required. Usually a point in time, but can be a period \n (collectedPeriod) if it's a timed collection (e.g. a 24 hour urine) \">2015-08-18T07:03:00Z</span></td></tr></table><h3>Processings</h3><table class=\"grid\"><tr><td>-</td><td><b>Description</b></td><td><b>Method</b></td><td><b>Additive</b></td><td><b>Time[x]</b></td></tr><tr><td>*</td><td>Acidify to pH < 3.0 with 6 N HCl.</td><td>Acidification <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v2-0373.html\">treatment</a>#ACID)</span></td><td><span>: 6 N HCl</span></td><td>2015-08-18T08:10:00Z</td></tr></table><h3>Containers</h3><table class=\"grid\"><tr><td>-</td><td><b>Device</b></td><td><b>SpecimenQuantity</b></td></tr><tr><td>*</td><td><a href=\"todo.html\">Specimen/specimen-device-container-example-polycup</a></td><td>10 mls</td></tr></table></div>" ]; fhir:Specimen.accessionIdentifier [ fhir:Identifier.system [ fhir:value "http://lab.acme.org/specimens/2015" ]; fhir:Identifier.value [ fhir:value "X352356" ] ]; fhir:Specimen.status [ fhir:value "available"]; fhir:Specimen.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0487" ]; fhir:Coding.code [ fhir:value "RANDU" ]; fhir:Coding.display [ fhir:value "Urine, Random" ] ] ]; fhir:Specimen.subject [ fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Specimen.receivedTime [ fhir:value "2015-08-18T07:03:00Z"^^xsd:dateTime]; fhir:Specimen.collection [ fhir:Specimen.collection.collector [ fhir:Reference.reference [ fhir:value "Practitioner/f202" ] ]; fhir:Specimen.collection.collectedDateTime [ fhir:value "2015-08-18T07:03:00Z"^^xsd:dateTime ] ]; fhir:Specimen.processing [ fhir:index 0; fhir:Specimen.processing.description [ fhir:value "Acidify to pH < 3.0 with 6 N HCl." ]; fhir:Specimen.processing.method [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0373" ]; fhir:Coding.code [ fhir:value "ACID" ] ] ]; fhir:Specimen.processing.additive [ fhir:index 0; fhir:Reference.display [ fhir:value "6 N HCl" ] ]; fhir:Specimen.processing.timeDateTime [ fhir:value "2015-08-18T08:10:00Z"^^xsd:dateTime ] ]; fhir:Specimen.container [ fhir:index 0; fhir:Specimen.container.device [ fhir:Reference.reference [ fhir:value "Specimen/specimen-device-container-example-polycup" ] ]; fhir:Specimen.container.specimenQuantity [ fhir:Quantity.value [ fhir:value "10"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "mls" ] ] ]] . # - 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.