@prefix fhir: . @prefix loinc: . @prefix owl: . @prefix rdfs: . @prefix sct: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:Bundle; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "lri-example"]; fhir:Resource.meta [ fhir:Meta.versionId [ fhir:value "1" ]; fhir:Meta.lastUpdated [ fhir:value "2017-06-27T00:52:51Z"^^xsd:dateTime ] ]; fhir:Bundle.type [ fhir:value "collection"]; fhir:Bundle.entry [ fhir:index 0; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/DiagnosticReport/lri-example" ]; fhir:Bundle.entry.resource ], [ fhir:index 1; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-gramstain1" ]; fhir:Bundle.entry.resource ], [ fhir:index 2; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-gramstain2" ]; fhir:Bundle.entry.resource ], [ fhir:index 3; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-gramstain3" ]; fhir:Bundle.entry.resource ], [ fhir:index 4; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-gramstain4" ]; fhir:Bundle.entry.resource ], [ fhir:index 5; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-growth1" ]; fhir:Bundle.entry.resource ], [ fhir:index 6; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-growth2" ]; fhir:Bundle.entry.resource ], [ fhir:index 7; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-growth3" ]; fhir:Bundle.entry.resource ], [ fhir:index 8; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-org2-amp" ]; fhir:Bundle.entry.resource ], [ fhir:index 9; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-org2-cip" ]; fhir:Bundle.entry.resource ], [ fhir:index 10; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-org2-gent" ]; fhir:Bundle.entry.resource ], [ fhir:index 11; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-org3-amp" ]; fhir:Bundle.entry.resource ], [ fhir:index 12; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-org3-cip" ]; fhir:Bundle.entry.resource ], [ fhir:index 13; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-org3-gent" ]; fhir:Bundle.entry.resource ], [ fhir:index 14; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-organism1" ]; fhir:Bundle.entry.resource ], [ fhir:index 15; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-organism2" ]; fhir:Bundle.entry.resource ], [ fhir:index 16; fhir:Bundle.entry.fullUrl [ fhir:value "http://test.fhir.org/r4b/Observation/lri-organism3" ]; fhir:Bundle.entry.resource ] . a fhir:DiagnosticReport; fhir:Resource.id [ fhir:value "lri-example"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Aerobic Respiratory Culture, Sputum (Laboratory)

SubjectJim male, DoB: 1974-12-25 ( Medical record number: 12345 (USUAL))
When For2016-08-15
Reported2016-08-18T18:14:35Z
Identifiers: Placer Identifier: RP723234 Filler Identifier: 250401 Group: RFP 123456

Report Details

CodeValue
Observation
Observation
Observation
Observation
Observation
Observation
Observation
" ]; fhir:DiagnosticReport.identifier [ fhir:index 0; 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 "PLAC" ]; fhir:Coding.display [ fhir:value "Placer Identifier" ] ] ]; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "RP723234" ] ], [ fhir:index 1; 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 "FILL" ]; fhir:Coding.display [ fhir:value "Filler Identifier" ] ] ]; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "250401" ] ], [ fhir:index 2; fhir:Identifier.type [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Coding.code [ fhir:value "GRP" ]; fhir:Coding.display [ fhir:value "Group" ] ] ]; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "RFP 123456" ] ]; fhir:DiagnosticReport.basedOn [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "ServiceRequest/example" ] ]; fhir:DiagnosticReport.status [ fhir:value "final"]; fhir:DiagnosticReport.category [ fhir:index 0; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "LAB" ]; fhir:Coding.display [ fhir:value "Laboratory" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ] ]; fhir:DiagnosticReport.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:DiagnosticReport.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:DiagnosticReport.effectiveDateTime [ fhir:value "2016-08-15"^^xsd:date]; fhir:DiagnosticReport.issued [ fhir:value "2016-08-18T18:14:35Z"^^xsd:dateTime]; fhir:DiagnosticReport.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:DiagnosticReport.specimen [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Specimen/example" ] ]; fhir:DiagnosticReport.result [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/organism1" ]; fhir:Reference.display [ fhir:value "Normal Flora" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/organism2" ]; fhir:Reference.display [ fhir:value "Klebsiella pneumoniae" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/organism3" ]; fhir:Reference.display [ fhir:value "Staphlyococcuc aureus" ] ], [ fhir:index 3; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/gramstain1" ]; fhir:Reference.display [ fhir:value "Many WBCs" ] ], [ fhir:index 4; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/gramstain2" ]; fhir:Reference.display [ fhir:value "Moderate Gram Positive Rods" ] ], [ fhir:index 5; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/gramstain3" ]; fhir:Reference.display [ fhir:value "Moderate Gram Positive Cocci in Chains" ] ], [ fhir:index 6; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/gramstain4" ]; fhir:Reference.display [ fhir:value "Many Gram Negative Rods" ] ] . a fhir:ServiceRequest . a fhir:Patient . a fhir:Organization . a fhir:Specimen . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation; fhir:Resource.id [ fhir:value "gramstain1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "gramstain1"

identifier: id: gramstain1

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Gram Stain (LOINC#664-3 "Gram Stn XXX"; codes#GMST)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Many (codes#MNY)

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: WBCS (codes#WBCS)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "gramstain1" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GMST" ]; fhir:Coding.display [ fhir:value "Gram Stain" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "MNY" ]; fhir:Coding.display [ fhir:value "Many" ] ]; fhir:CodeableConcept.text [ fhir:value "Many" ] ] ], [ fhir:index 1; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "WBCS" ]; fhir:Coding.display [ fhir:value "WBCS" ] ]; fhir:CodeableConcept.text [ fhir:value "WBCS" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "gramstain2"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "gramstain2"

identifier: id: gramstain2

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Gram Stain (LOINC#664-3 "Gram Stn XXX"; codes#GMST)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Moderate (codes#MOD)

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Gram Positive Rods (codes#GPR "Moderate")

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "gramstain2" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GMST" ]; fhir:Coding.display [ fhir:value "Gram Stain" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "MOD" ]; fhir:Coding.display [ fhir:value "Moderate" ] ]; fhir:CodeableConcept.text [ fhir:value "Moderate" ] ] ], [ fhir:index 1; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GPR" ]; fhir:Coding.display [ fhir:value "Moderate" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Positive Rods" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "gramstain3"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "gramstain3"

identifier: id: gramstain3

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Gram Stain (LOINC#664-3 "Gram Stn XXX"; codes#GMST)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Moderate (codes#MOD)

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Gram Positive Cocci in Chains (codes#GPCCH)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "gramstain3" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GMST" ]; fhir:Coding.display [ fhir:value "Gram Stain" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "MOD" ]; fhir:Coding.display [ fhir:value "Moderate" ] ]; fhir:CodeableConcept.text [ fhir:value "Moderate" ] ] ], [ fhir:index 1; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GPCCH" ]; fhir:Coding.display [ fhir:value "Gram Positive Cocci in Chains" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Positive Cocci in Chains" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "gramstain4"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "gramstain4"

identifier: id: gramstain4

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Gram Stain (LOINC#664-3 "Gram Stn XXX"; codes#GMST)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Many (codes#MNY)

component

code: Gram Stain (LOINC#664-3 "Gram Stn XXX")

value: Gram Negative Rods (codes#GNR)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "gramstain4" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GMST" ]; fhir:Coding.display [ fhir:value "Gram Stain" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.component [ fhir:index 0; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "MNY" ]; fhir:Coding.display [ fhir:value "Many" ] ]; fhir:CodeableConcept.text [ fhir:value "Many" ] ] ], [ fhir:index 1; fhir:Observation.component.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:664-3; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "664-3" ]; fhir:Coding.display [ fhir:value "Gram Stn XXX" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Stain" ] ]; fhir:Observation.component.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GNR" ]; fhir:Coding.display [ fhir:value "Gram Negative Rods" ] ]; fhir:CodeableConcept.text [ fhir:value "Gram Negative Rods" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "growth1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "growth1"

identifier: id: growth1

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Aerobic Respiratory Culture, Sputum (LOINC#624-7 "Bacteria Spt Resp Cul"; codes#GROWTH "Growth")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: Moderate Growth (SNOMED CT#263812008)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "growth1" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GROWTH" ]; fhir:Coding.display [ fhir:value "Growth" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:263812008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "263812008" ]; fhir:Coding.display [ fhir:value "Moderate Growth" ] ]; fhir:CodeableConcept.text [ fhir:value "Moderate Growth" ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "growth2"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "growth2"

identifier: id: growth2

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Aerobic Respiratory Culture, Sputum (LOINC#624-7 "Bacteria Spt Resp Cul"; codes#GROWTH "Growth")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: Heavy growth (SNOMED CT#263776006)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "growth2" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GROWTH" ]; fhir:Coding.display [ fhir:value "Growth" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:263776006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "263776006" ]; fhir:Coding.display [ fhir:value "Heavy growth" ] ]; fhir:CodeableConcept.text [ fhir:value "Heavy growth" ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "growth3"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "growth3"

identifier: id: growth3

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Aerobic Respiratory Culture, Sputum (LOINC#624-7 "Bacteria Spt Resp Cul"; codes#GROWTH "Growth")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: Heavy growth (SNOMED CT#263776006)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "growth3" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "GROWTH" ]; fhir:Coding.display [ fhir:value "Growth" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:263776006; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "263776006" ]; fhir:Coding.display [ fhir:value "Heavy growth" ] ]; fhir:CodeableConcept.text [ fhir:value "Heavy growth" ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "org2-amp"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "org2-amp"

identifier: id: org2-amp

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Ampicilin MIC (LOINC#28-1 "Ampicilin Islt MIC"; codes#AMPMIC)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: <0.06 ug/ml (Details: UCUM code ug/mL = 'ug/mL')

interpretation: Susceptible (ObservationInterpretation#S)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "org2-amp" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:28-1; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "28-1" ]; fhir:Coding.display [ fhir:value "Ampicilin Islt MIC" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "AMPMIC" ]; fhir:Coding.display [ fhir:value "Ampicilin MIC" ] ]; fhir:CodeableConcept.text [ fhir:value "Ampicilin MIC" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.06"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value "<" ]; fhir:Quantity.unit [ fhir:value "ug/ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug/mL" ] ]; 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 "S" ]; fhir:Coding.display [ fhir:value "Susceptible" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "org2-cip"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "org2-cip"

identifier: id: org2-cip

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Ciprofloxacin MIC (LOINC#185-9 "Ciprofloxacin Islt MIC"; codes#CIPMIC)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: <0.05 ug/ml (Details: UCUM code ug/mL = 'ug/mL')

interpretation: Susceptible (ObservationInterpretation#S)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "org2-cip" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:185-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "185-9" ]; fhir:Coding.display [ fhir:value "Ciprofloxacin Islt MIC" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "CIPMIC" ]; fhir:Coding.display [ fhir:value "Ciprofloxacin MIC" ] ]; fhir:CodeableConcept.text [ fhir:value "Ciprofloxacin MIC" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.05"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value "<" ]; fhir:Quantity.unit [ fhir:value "ug/ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug/mL" ] ]; 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 "S" ]; fhir:Coding.display [ fhir:value "Susceptible" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "org2-gent"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "org2-gent"

identifier: id: org2-gent

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Gentamicin MIC (LOINC#267-5 "Gentamicin Islt MIC"; codes#CIPMIC)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: <0.05 ug/ml (Details: UCUM code ug/mL = 'ug/mL')

interpretation: Susceptible (ObservationInterpretation#S)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "org2-gent" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:267-5; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "267-5" ]; fhir:Coding.display [ fhir:value "Gentamicin Islt MIC" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "CIPMIC" ]; fhir:Coding.display [ fhir:value "Gentamicin MIC" ] ]; fhir:CodeableConcept.text [ fhir:value "Gentamicin MIC" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.05"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value "<" ]; fhir:Quantity.unit [ fhir:value "ug/ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug/mL" ] ]; 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 "S" ]; fhir:Coding.display [ fhir:value "Susceptible" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "org3-amp"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "org3-amp"

identifier: id: org3-amp

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Ampicilin MIC (LOINC#28-1 "Ampicilin Islt MIC"; codes#AMPMIC)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: <0.06 ug/ml (Details: UCUM code ug/mL = 'ug/mL')

interpretation: Susceptible (ObservationInterpretation#S)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "org3-amp" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:28-1; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "28-1" ]; fhir:Coding.display [ fhir:value "Ampicilin Islt MIC" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "AMPMIC" ]; fhir:Coding.display [ fhir:value "Ampicilin MIC" ] ]; fhir:CodeableConcept.text [ fhir:value "Ampicilin MIC" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.06"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value "<" ]; fhir:Quantity.unit [ fhir:value "ug/ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug/mL" ] ]; 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 "S" ]; fhir:Coding.display [ fhir:value "Susceptible" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "org3-cip"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "org3-cip"

identifier: id: org3-cip

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Ciprofloxacin MIC (LOINC#185-9 "Ciprofloxacin Islt MIC"; codes#CIPMIC)

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: <0.05 ug/ml (Details: UCUM code ug/mL = 'ug/mL')

interpretation: Susceptible (ObservationInterpretation#S)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "org3-cip" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:185-9; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "185-9" ]; fhir:Coding.display [ fhir:value "Ciprofloxacin Islt MIC" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "CIPMIC" ]; fhir:Coding.display [ fhir:value "Ciprofloxacin MIC" ] ]; fhir:CodeableConcept.text [ fhir:value "Ciprofloxacin MIC" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.05"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value "<" ]; fhir:Quantity.unit [ fhir:value "ug/ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug/mL" ] ]; 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 "S" ]; fhir:Coding.display [ fhir:value "Susceptible" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "org3-gent"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "org3-gent"

identifier: id: org3-gent

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology")

code: Gentamicin MIC (LOINC#267-5 "Gentamicin Islt MIC")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: <0.05 ug/ml (Details: UCUM code ug/mL = 'ug/mL')

interpretation: Susceptible (ObservationInterpretation#S)

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "org3-gent" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:267-5; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "267-5" ]; fhir:Coding.display [ fhir:value "Gentamicin Islt MIC" ] ]; fhir:CodeableConcept.text [ fhir:value "Gentamicin MIC" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueQuantity [ fhir:Quantity.value [ fhir:value "0.05"^^xsd:decimal ]; fhir:Quantity.comparator [ fhir:value "<" ]; fhir:Quantity.unit [ fhir:value "ug/ml" ]; fhir:Quantity.system [ fhir:value "http://unitsofmeasure.org" ]; fhir:Quantity.code [ fhir:value "ug/mL" ] ]; 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 "S" ]; fhir:Coding.display [ fhir:value "Susceptible" ] ] ] . a fhir:Observation; fhir:Resource.id [ fhir:value "organism1"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "organism1"

identifier: id: organism1

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Aerobic Respiratory Culture, Sputum (LOINC#624-7 "Bacteria Spt Resp Cul"; codes#CULTID "Culture ID")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: Normal flora (SNOMED CT#23506009)

hasMember: Observation/growth1: Moderate growth

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "organism1" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "CULTID" ]; fhir:Coding.display [ fhir:value "Culture ID" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:23506009; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "23506009" ]; fhir:Coding.display [ fhir:value "Normal flora" ] ]; fhir:CodeableConcept.text [ fhir:value "Normal flora" ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/growth1" ]; fhir:Reference.display [ fhir:value "Moderate growth" ] ] . a fhir:Observation . a fhir:Observation; fhir:Resource.id [ fhir:value "organism2"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "organism2"

identifier: id: organism2

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Aerobic Respiratory Culture, Sputum (LOINC#624-7 "Bacteria Spt Resp Cul"; codes#CULTID "Culture ID")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: Klebsiella pneumonia (SNOMED CT#56415008)

hasMember:

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "organism2" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "CULTID" ]; fhir:Coding.display [ fhir:value "Culture ID" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:56415008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "56415008" ]; fhir:Coding.display [ fhir:value "Klebsiella pneumonia" ] ]; fhir:CodeableConcept.text [ fhir:value "Klebsiella pneumonia" ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/growth2" ]; fhir:Reference.display [ fhir:value "Heavy growth" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/org2-amp" ]; fhir:Reference.display [ fhir:value "Ampicillin MIC - Susceptible" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/org2-cip" ]; fhir:Reference.display [ fhir:value "Ciprofloxacin MIC - Susceptible" ] ], [ fhir:index 3; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/org2-gent" ]; fhir:Reference.display [ fhir:value "Gentamicin MIC - Susceptible" ] ] . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation; fhir:Resource.id [ fhir:value "organism3"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

Generated Narrative

Resource "organism3"

identifier: id: organism3

status: final

category: Micro (Observation Category Codes#laboratory "Laboratory"; diagnosticServiceSectionId#MB "microbiology"), Result (unknown#RSLT)

code: Aerobic Respiratory Culture, Sputum (LOINC#624-7 "Bacteria Spt Resp Cul"; codes#CULTID "Culture ID")

subject: Patient/example "Peter CHALMERS"

effective: 2016-08-18

issued: 19/08/2016 9:06:32 AM

performer: Organization/example

value: Staphlyococcuc aureus (SNOMED CT#3092008)

hasMember:

" ]; fhir:Observation.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "https://acme.org/identifiers" ]; fhir:Identifier.value [ fhir:value "organism3" ] ]; 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:index 1; fhir:Coding.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0074" ]; fhir:Coding.code [ fhir:value "MB" ]; fhir:Coding.display [ fhir:value "microbiology" ] ]; fhir:CodeableConcept.text [ fhir:value "Micro" ] ], [ fhir:index 1; fhir:CodeableConcept.coding [ fhir:index 0; fhir:Coding.system [ fhir:value "urn:oid:2.16.840.1.113883.9.195.4.61" ]; fhir:Coding.code [ fhir:value "RSLT" ]; fhir:Coding.display [ fhir:value "Result" ] ] ]; fhir:Observation.code [ fhir:CodeableConcept.coding [ fhir:index 0; a loinc:624-7; fhir:Coding.system [ fhir:value "http://loinc.org" ]; fhir:Coding.code [ fhir:value "624-7" ]; fhir:Coding.display [ fhir:value "Bacteria Spt Resp Cul" ] ], [ fhir:index 1; fhir:Coding.system [ fhir:value "https://acme.org/codes" ]; fhir:Coding.code [ fhir:value "CULTID" ]; fhir:Coding.display [ fhir:value "Culture ID" ] ]; fhir:CodeableConcept.text [ fhir:value "Aerobic Respiratory Culture, Sputum" ] ]; fhir:Observation.subject [ fhir:link ; fhir:Reference.reference [ fhir:value "Patient/example" ] ]; fhir:Observation.effectiveDateTime [ fhir:value "2016-08-18"^^xsd:date]; fhir:Observation.issued [ fhir:value "2016-08-18T23:06:32Z"^^xsd:dateTime]; fhir:Observation.performer [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Organization/example" ] ]; fhir:Observation.valueCodeableConcept [ fhir:CodeableConcept.coding [ fhir:index 0; a sct:3092008; fhir:Coding.system [ fhir:value "http://snomed.info/sct" ]; fhir:Coding.code [ fhir:value "3092008" ]; fhir:Coding.display [ fhir:value "Staphlyococcuc aureus" ] ]; fhir:CodeableConcept.text [ fhir:value "Staphlyococcuc aureus" ] ]; fhir:Observation.hasMember [ fhir:index 0; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/growth3" ]; fhir:Reference.display [ fhir:value "Heavy growth" ] ], [ fhir:index 1; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/org3-amp" ]; fhir:Reference.display [ fhir:value "Ampicillin MIC - Susceptible" ] ], [ fhir:index 2; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/org3-cip" ]; fhir:Reference.display [ fhir:value "Ciprofloxacin MIC - Susceptible" ] ], [ fhir:index 3; fhir:link ; fhir:Reference.reference [ fhir:value "Observation/org3-gent" ]; fhir:Reference.display [ fhir:value "Gentamicin MIC - Susceptible" ] ] . a fhir:Observation . a fhir:Observation . a fhir:Observation . a fhir:Observation . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI . # -------------------------------------------------------------------------------------