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

FHIR IG analytics

Packageniceprofiling.v23q1
Resource TypeObservation
IdNICE-HeartRate-Example-Regular.json
FHIR VersionR3

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

Registered2022-01-08
PatientP. Petersen
Heart rate90 beats per minute

Source1

{
  "resourceType": "Observation",
  "id": "NICE-HeartRate-Example-01",
  "meta": {
    "profile": [
      "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-HeartRate-2022Q1"
    ]
  },
  "text": {
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir.stichting-nice.nl/STU3/StructureDefinition/NICE-Verified-2022Q1",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0532",
            "code": "Y",
            "display": "Yes"
          }
        ]
      }
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "https://fhir.stichting-nice.nl/NICE-codes",
          "code": "VS",
          "display": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8867-4",
        "display": "Heart rate"
      }
    ]
  },
  "subject": {
    "reference": "Patient/NICE-Patient-01",
    "display": "P. Petersen"
  },
  "context": {
    "reference": "Encounter/NICE-Encounter-01"
  },
  "effectiveDateTime": "2022-01-08T08:43:00+02:00",
  "valueQuantity": {
    "value": 90,
    "unit": "/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}