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

FHIR IG analytics

Packageans.fhir.fr.mesures
Resource TypeObservation
IdObservation-example-mes-fr-observation-steps-by-day-001.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 example-mes-fr-observation-steps-by-day-001

Raison de la mesure: Essoufflement du patient

status: Final

category: Vital Signs

code: Number of steps in 24 hour Measured

subject: Pierre Durand

effective: 2022-11-06

value: 2500 steps/day (Détails : code UCUM1/(24.h) = '1/(24.h)')


Source1

{
  "resourceType": "Observation",
  "id": "example-mes-fr-observation-steps-by-day-001",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-steps-by-day"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-reason-for-measurement",
      "valueString": "Essoufflement du patient"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "41950-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-mes-fr-patient-001",
    "type": "Patient",
    "display": "Pierre Durand"
  },
  "effectiveDateTime": "2022-11-06",
  "valueQuantity": {
    "value": 2500,
    "unit": "steps/day",
    "system": "http://unitsofmeasure.org",
    "code": "1/(24.h)"
  }
}