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

FHIR IG analytics

Packageihe.pcc.maps
Resource TypeObservation
IdObservation-ex-VitalSigns-BodyWeight-PrePregnancy.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

Generated Narrative: Observation ex-VitalSigns-BodyWeight-PrePregnancy

Profile: Body Weight Measured Pre Pregnancy

Security Label: test health data (Details: ActReason code HTEST = 'test health data')

status: Final

category: Exam

code: Body weight Measured --pre pregnancy

subject: Mandy Female, DoB: 1994-12-25 ( Medical record number (use: usual, period: 2001-05-06 --> (ongoing)))

effective: 2023-01-06

performer: Practitioner Simone Heps (official)

value: 148 lbs (Details: UCUM code[lb_av] = '[lb_av]')


Source1

{
  "resourceType": "Observation",
  "id": "ex-VitalSigns-BodyWeight-PrePregnancy",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PCC/mAPS/StructureDefinition/IHE.BodyWeightMeasuredPrePregnancy"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code": "HTEST"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "8348-5",
        "display": "Body weight Measured --pre pregnancy"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "effectiveDateTime": "2023-01-06",
  "performer": [
    {
      "reference": "Practitioner/ex-Practitioner"
    }
  ],
  "valueQuantity": {
    "value": 148,
    "unit": "lbs",
    "system": "http://unitsofmeasure.org",
    "code": "[lb_av]"
  }
}