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

FHIR IG analytics

Packagehl7.fhir.fr.core
Resource TypeObservation
IdObservation-FRCoreObservationHeartRateExample.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

Narratif généré : Observation FRCoreObservationHeartRateExample

status: Final

category: Vital Signs

code: Heart rate

subject: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))

effective: 2022-11-06

performer: Pierre Durand (official) Male, Date de Naissance :1974-12-25 ( NIR définitif (use: official, ))

value: 70 battements/minute (Détails : code UCUM/min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "FRCoreObservationHeartRateExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-heartrate"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8867-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FRCorePatientExample",
    "type": "Patient"
  },
  "effectiveDateTime": "2022-11-06",
  "performer": [
    {
      "reference": "Patient/FRCorePatientExample"
    }
  ],
  "valueQuantity": {
    "value": 70,
    "unit": "battements/minute",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}