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

FHIR IG analytics

Packagehl7.fhir.us.mcc.r4b
Resource TypeObservation
IdObservation-MCCweight.json
FHIR VersionR4B

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

Resource Observation "MCCweight" Version "2" Updated "2022-05-19 22:28:38+0000"

Information Source: #PFPwMgIoicORI1Kp!

Profile: US Core Body Weight Profile

status: final

category: Vital Signs (Observation Category Codes#vital-signs)

code: weight (LOINC#29463-7 "Body Weight")

subject: Patient/cc-pat-pnoelle: Patricia Noelle " NOELLE"

encounter: : GP Visit

effective: 1999-07-02

value: 165 Pounds (Details: UCUM code [lb_av] = '[lb_av]')


Source1

{
  "resourceType": "Observation",
  "id": "MCCweight",
  "meta": {
    "extension": [
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-name",
        "valueString": "Weight Example"
      },
      {
        "url": "http://hl7.org/fhir/StructureDefinition/instance-description",
        "valueMarkdown": "This is a weight example for the *Vitalsigns Profile*."
      }
    ],
    "versionId": "2",
    "lastUpdated": "2022-05-19T22:28:38.017+00:00",
    "source": "#PFPwMgIoicORI1Kp",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-body-weight"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "vital-signs",
          "display": "Vital Signs"
        }
      ],
      "text": "Vital Signs"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body Weight"
      }
    ],
    "text": "weight"
  },
  "subject": {
    "reference": "Patient/cc-pat-pnoelle",
    "display": "Patricia Noelle"
  },
  "encounter": {
    "display": "GP Visit"
  },
  "effectiveDateTime": "1999-07-02",
  "valueQuantity": {
    "value": 165,
    "unit": "Pounds",
    "system": "http://unitsofmeasure.org",
    "code": "[lb_av]"
  }
}