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

FHIR IG analytics

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

status: Final

category: Vital Signs

code: Poids corporel [Masse] 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: 96 Kg (Détails : code UCUMkg = 'kg')


Source1

{
  "resourceType": "Observation",
  "id": "FRCoreObservationBodyWeightExample",
  "meta": {
    "profile": [
      "https://hl7.fr/ig/fhir/core/StructureDefinition/fr-core-observation-body-weight"
    ]
  },
  "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": "29463-7"
      }
    ]
  },
  "subject": {
    "reference": "Patient/FRCorePatientExample",
    "type": "Patient"
  },
  "effectiveDateTime": "2022-11-06",
  "performer": [
    {
      "reference": "Practitioner/FRCorePractitionerExample"
    }
  ],
  "valueQuantity": {
    "value": 96,
    "unit": "Kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}