FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.oh-olis
Resource TypeObservation
IdObservationMicrobiology-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Observation",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Observation|2.0.0"
    ]
  },
  "identifier": [
    {
      "system": "[id-system-local-base]/lab/filler-id-lab-license-4004",
      "value": "123~630-4~~201708241151240400",
      "assigner": [
        {
          "reference": "Organization/Org1"
        }
      ]
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/ServiceRequest1"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": {
        "system": "http://terminology.hl7.org/CodeSystem/observation-category",
        "code": "laboratory"
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "630-4",
        "display": "BACTERIA IDENTIFIED:PRID:PT:URINE:NOM:CULTURE"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Pat1"
  },
  "effectiveDateTime": "2017-08-24T11:51:24-04:00",
  "issued": "2017-08-24T12:51:24-04:00",
  "performer": [
    {
      "reference": "Organization/Org1"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "https://fhir.infoway-inforoute.ca/CodeSystem/snomedctcaextension",
        "code": "112283007",
        "display": "Escherichia coli (organism)"
      }
    ]
  },
  "note": [
    {
      "extension": [
        {
          "url": "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-ext-note-source",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/v2-0105",
                "code": "P",
                "display": "Order"
              }
            ]
          }
        }
      ],
      "authorReference": {
        "reference": "Organization/ca-on-lab-license-4004"
      },
      "text": "Notes about this observation"
    }
  ],
  "specimen": {
    "reference": "Specimen/Specimen1"
  }
}