@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Specimen; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "urine-01"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative: Specimen

Resource Specimen \"urine-01\"

type: Urine specimen (SNOMED CT#122575003)

subject: Patient/mhr-zhang-wei \" ZHANG\"

Collections

-Collected[x]BodySite
*2020-05-23 12:20:00+1000Collection of midstream specimen of urine (SNOMED CT#225271002 \"Collection of mid-stream specimen of urine\")
" ]; fhir:Specimen.type [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:122575003; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "122575003" ]; fhir:Coding.display [ fhir:value "Urine specimen" ] ] ]; fhir:Specimen.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/mhr-zhang-wei" ]; fhir:Reference.identifier [ 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 "NI" ]; fhir:Coding.display [ fhir:value "National unique individual identifier" ] ]; fhir:CodeableConcept.text [ fhir:value "IHI" ] ]; fhir:Identifier.system [ fhir:value "http://ns.electronichealth.net.au/id/hi/ihi/1.0" ]; fhir:Identifier.value [ fhir:value "8003608000228437" ] ] ]; fhir:Specimen.collection [ fhir:Specimen.collection.collectedDateTime [ fhir:value "2020-05-23T12:20:00+10:00"^^xsd:dateTime ]; fhir:Specimen.collection.bodySite [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:225271002; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "225271002" ]; fhir:Coding.display [ fhir:value "Collection of mid-stream specimen of urine" ] ]; fhir:CodeableConcept.text [ fhir:value "Collection of midstream specimen of urine" ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------