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

FHIR IG analytics

Packagetelus.dw.emr.extract-1-1-21
Resource TypeObservation
IdObservation-chr-on-west-ObservationVitals-panel-10003.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Vitals panel recorded on December 10, 2024 during office visit, grouping the Blood Pressure and Heart Rate measurements taken at that visit.

Source1

{
  "resourceType": "Observation",
  "id": "chr-on-west-ObservationVitals-panel-10003",
  "meta": {
    "lastUpdated": "2024-12-10T16:05:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwObservationVitals"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "system": "urn:telus:emr:chr:on-west:123:vitals",
      "value": "vitals-panel2001.12345"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "85353-1",
        "display": "Vital signs, weight, height, head circumference, oxygen saturation and BMI panel"
      }
    ],
    "text": "Vitals"
  },
  "subject": {
    "reference": "Patient/chr-on-west-Patient-12345",
    "type": "Patient",
    "display": "Sarah Marie Johnson"
  },
  "encounter": {
    "reference": "Encounter/chr-on-west-Encounter-2001",
    "display": "Office Visit - December 10, 2024"
  },
  "effectiveDateTime": "2024-12-10T16:05:00Z",
  "hasMember": [
    {
      "reference": "Observation/chr-on-west-ObservationVitals-10001",
      "display": "Blood Pressure"
    },
    {
      "reference": "Observation/chr-on-west-ObservationVitals-10002",
      "display": "Heart Rate"
    }
  ]
}