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-hb1ac-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-hb1ac-001

status: Final

category: Vital Signs

code: Hémoglobine A1c/hémoglobine totale [Fraction massique] Sang ; Numérique

subject: Pierre Jean Durand (official) Male, Date de Naissance :1974-12-25 ( urn:oid:1.2.250.1.213.1.4.8#123456789012244 (use: official, ))

effective: 2025-07-07 09:00:00+0200

performer: Jean Dupont

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

method: High-performance liquid chromatography


Source1

{
  "resourceType": "Observation",
  "id": "example-mes-fr-observation-hb1ac-001",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/mesures/StructureDefinition/mesures-observation-hb1ac"
    ]
  },
  "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": "4548-4"
      }
    ]
  },
  "subject": {
    "reference": "Patient/example-mes-fr-patient-001"
  },
  "effectiveDateTime": "2025-07-07T09:00:00+02:00",
  "performer": [
    {
      "reference": "Practitioner/example-mes-fr-practitionner-001",
      "display": "Jean Dupont"
    }
  ],
  "valueQuantity": {
    "value": 6.5,
    "system": "http://unitsofmeasure.org",
    "code": "%"
  },
  "method": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/ValueSet/method-glucose-vs",
        "code": "HPLC",
        "display": "High-performance liquid chromatography"
      }
    ]
  }
}