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

Generated Narrative

Resource "herd1"

status: final

category: Laboratory (Observation Category Codes#laboratory)

code: Mycoplasma hyopneumoniae - MHP (LOINC#80219-9 "Mycoplasma hyopneumoniae Ab sample/Positive control in Serum by Immunoassay"; clinical-codes#Mycoplasma "Mycoplasma")

subject: Group/herd1 "Breeding herd"

encounter: : part of a health assurance program

effective: 2017-11-20

value: 0.2 % (sample/positive control) (Details: UCUM code % = '%')

interpretation: Negative (ObservationInterpretation#NEG)

specimen: Specimen/pooled-serum: 30 serum

ReferenceRanges

-Text
*>0.4 Positive; 0.3 to 0.4 Suspect < 0.3 Negative
" ]; fhir:Observation.status [ fhir:value "final"]; fhir:Observation.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/observation-category" ]; fhir:Coding.code [ fhir:value "laboratory" ]; fhir:Coding.display [ fhir:value "Laboratory" ] ]; fhir:CodeableConcept.text [ fhir:value "Laboratory" ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:80219-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "80219-9" ]; fhir:Coding.display [ fhir:value "Mycoplasma hyopneumoniae Ab sample/Positive control in Serum by Immunoassay" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://acme.org/devices/clinical-codes" ]; fhir:Coding.code [ fhir:value "Mycoplasma" ]; fhir:Coding.display [ fhir:value "Mycoplasma" ] ]; fhir:CodeableConcept.text [ fhir:value "Mycoplasma hyopneumoniae - MHP" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Group/herd1" ] ]; fhir:Observation.encounter [ fhir:Reference.display [ fhir:value "part of a health assurance program" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2017-11-20"^^xsd:date]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.2"^^xsd:decimal ]; fhir:Quantity.unit [ fhir:value "% (sample/positive control)" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "%" ] ]; 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 "NEG" ]; fhir:Coding.display [ fhir:value "Negative" ] ]; fhir:CodeableConcept.text [ fhir:value "Negative" ] ]; fhir:Observation.specimen [ fhir:link ; fhir:Reference.reference [ fhir:value "Specimen/pooled-serum" ]; fhir:Reference.display [ fhir:value "30 serum" ] ]; fhir:Observation.referenceRange [ fhir:index 0; fhir:Observation.referenceRange.text [ fhir:value ">0.4 Positive; 0.3 to 0.4 Suspect < 0.3 Negative" ] ] . a fhir:Group . a fhir:Specimen . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------