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-oxygen-sat-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-oxygen-sat-001

status: Final

category: Vital Signs

code: Oxygène saturation [Fraction massique] Sang artériel ; Numérique

subject: Pierre Durand

effective: 1999-07-02

value: 99 %O2 (Détails : code UCUM% = '%')


Source1

{
  "resourceType": "Observation",
  "id": "example-mes-fr-observation-oxygen-sat-001",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-fr-observation-oxygen-sat"
    ]
  },
  "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": "2708-6",
        "display": "Oxygène saturation [Fraction massique] Sang artériel ; Numérique"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-mes-fr-patient-001",
    "display": "Pierre Durand"
  },
  "effectiveDateTime": "1999-07-02",
  "valueQuantity": {
    "value": 99,
    "unit": "%O2",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  }
}