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

FHIR IG analytics

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

status: Final

category: Vital Signs

code: Température corporelle [Température] Patient ; Numérique

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

effective: 2022-11-06

performer: Practitioner Leclerc Sophie

value: 36.5 C (Détails : code UCUMCel = 'Cel')


Source1

{
  "resourceType": "Observation",
  "id": "FRCoreObservationBodyTemperatureExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-body-temperature"
    ]
  },
  "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": "8310-5"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FRCorePatientExample"
  },
  "effectiveDateTime": "2022-11-06",
  "performer": [
    {
      "reference": "Practitioner/FRCorePractitionerExample"
    }
  ],
  "valueQuantity": {
    "value": 36.5,
    "unit": "C",
    "system": "http://unitsofmeasure.org",
    "code": "Cel"
  }
}