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

FHIR IG analytics

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


French


Narratif généré : Observation FRCoreObservationOxygenSaturationExample

partOf: MedicationAdministration : status = in-progress; medication[x] = produit contenant de l'oxygène; effective[x] = 2022-11-06 09:00:00+0100 --> (en cours)

status: Final

category: Vital Signs

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

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

effective: 2022-11-06 09:30:00+0100

performer: Practitioner Leclerc Sophie

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

bodySite: doigt d'une main excepté le pouce


English


Generated Narrative: Observation FRCoreObservationOxygenSaturationExample

partOf: MedicationAdministration: status = in-progress; medication[x] = produit contenant de l'oxygène; effective[x] = 2022-11-06 09:00:00+0100 --> (ongoing)

status: Final

category: Vital Signs

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

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

effective: 2022-11-06 09:30:00+0100

performer: Practitioner Leclerc Sophie

value: 97 % (Details: UCUM code% = '%')

bodySite: doigt d'une main excepté le pouce


Source1

{
  "resourceType": "Observation",
  "id": "FRCoreObservationOxygenSaturationExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-saturation-oxygen"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "partOf": [
    {
      "reference": "MedicationAdministration/FRCoreMedicationAdministrationInhaledOxygenExample"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "2708-6"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FRCorePatientINSExample",
    "type": "Patient"
  },
  "effectiveDateTime": "2022-11-06T09:30:00+01:00",
  "performer": [
    {
      "reference": "Practitioner/FRCorePractitionerExample"
    }
  ],
  "valueQuantity": {
    "value": 97,
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "bodySite": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "7569003",
        "display": "doigt d'une main excepté le pouce"
      }
    ]
  }
}