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

Generated Narrative

Resource "vp-oyster"

identifier: id: 20171014-1234 (OFFICIAL)

status: preliminary

code: OYSTER TESTING (LOINC#41857-4 "Vibrio parahaemolyticus DNA [Presence] in Unspecified specimen by Probe and target amplification method"; test-codes#VP MULTI PCR "VP MULTI PCR")

subject: : Sonoma oyster farm

effective: 2017-10-12

issued: 15/10/2017 10:11:24 AM

performer: Practitioner/f005: A. Langeveld "Langeveld ANNE"

value: POSITIVE (SNOMED CT#10828004 "Positive (qualifier value)"; result-codes#POSITIVE)

interpretation: Abnormal (ObservationInterpretation#A)

specimen: : Live Oysters Acc#20171014-1234

ReferenceRanges

-Text
*NEGATIVE
" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.use [ fhir:value "official" ]; fhir:Identifier.system [ fhir:value "http://sonomacounty.ca.gov/Health/Public-Health/Laboratory" ]; fhir:Identifier.value [ fhir:value "20171014-1234" ] ]; fhir:Observation.status [ fhir:value "preliminary"]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:41857-4; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "41857-4" ]; fhir:Coding.display [ fhir:value "Vibrio parahaemolyticus DNA [Presence] in Unspecified specimen by Probe and target amplification method" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://sonomacounty.ca.gov/Health/Public-Health/Laboratory/test-codes" ]; fhir:Coding.code [ fhir:value "VP MULTI PCR" ]; fhir:Coding.display [ fhir:value "VP MULTI PCR" ] ]; fhir:CodeableConcept.text [ fhir:value "OYSTER TESTING" ] ]; fhir:Observation.subject [ fhir:Reference.display [ fhir:value "Sonoma oyster farm" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2017-10-12"^^xsd:date]; fhir:Observation.issued [ fhir:value "2017-10-14T23:11:24Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Practitioner/f005" ]; fhir:Reference.display [ fhir:value "A. Langeveld" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:10828004; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "10828004" ]; fhir:Coding.display [ fhir:value "Positive (qualifier value)" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://sonomacounty.ca.gov/Health/Public-Health/Laboratory/result-codes" ]; fhir:Coding.code [ fhir:value "POSITIVE" ]; fhir:Coding.display [ fhir:value "POSITIVE" ] ]; fhir:CodeableConcept.text [ fhir:value "POSITIVE" ] ]; fhir:Observation.interpretation [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation" ]; fhir:Coding.code [ fhir:value "A" ]; fhir:Coding.display [ fhir:value "Abnormal" ] ] ]; fhir:Observation.specimen [ fhir:Reference.display [ fhir:value "Live Oysters Acc#20171014-1234" ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.text [ fhir:value "NEGATIVE" ] ] . a fhir:Practitioner . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------