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

FHIR IG analytics

Packagefi.digious.kanta.test
Resource TypeObservation
IdObservation-example-heartrate-min.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

Code: Heart rate (8867-4)
Time: 20.11.2017 11:46
Result: 60

Source1

{
  "resourceType": "Observation",
  "id": "4137d1c4-1e87-4e86-8c15-344ad086e3f9",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2019-05-27T12:05:44.669+03:00",
    "profile": [
      "http://phr.kanta.fi/StructureDefinition/fiphr-sd-heartrate"
    ]
  },
  "language": "fi",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:uuid:0b0a55d2-799a-45f5-a161-6a4a5faad1f5"
    }
  ],
  "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": "8867-4",
        "display": "Heart rate"
      },
      {
        "system": "http://loinc.org",
        "code": "41924-2",
        "display": "Heart rate 24 hour mean"
      }
    ]
  },
  "subject": {
    "reference": "Patient/004befb6-4d7d-4054-875b-6537b25d9c55"
  },
  "effectiveDateTime": "2012-09-17",
  "issued": "2012-02-02T10:00:00.936+02:00",
  "performer": [
    {
      "reference": "Patient/004befb6-4d7d-4054-875b-6537b25d9c55"
    }
  ],
  "valueQuantity": {
    "value": 60,
    "unit": "/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  },
  "note": [
    {
      "text": "Note"
    }
  ]
}