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

FHIR IG analytics

Packagesilth.fhir.th.claimcon
Resource TypeObservation
IdObservation-observation-bw-ssi.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 "observation-bw-ssi"

Information Source: ssi!

status: final

category: สัญญาณชีพ (Observation Category Codes#vital-signs "Vital Signs")

code: น้ำหนักแรกรับ (LOINC#29463-7 "Body weight"; SNOMED CT#27113001 "Body weight")

subject: Patient/patient-ssi ""

encounter: Encounter/encounter-ssi

value: 65 kg (Details: UCUM code kg = 'kg')


Source1

{
  "resourceType": "Observation",
  "id": "observation-bw-ssi",
  "meta": {
    "source": "ssi"
  },
  "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": "สัญญาณชีพ"
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "29463-7",
        "display": "Body weight"
      },
      {
        "system": "http://snomed.info/sct",
        "code": "27113001",
        "display": "Body weight"
      }
    ],
    "text": "น้ำหนักแรกรับ"
  },
  "subject": {
    "reference": "Patient/patient-ssi"
  },
  "encounter": {
    "reference": "Encounter/encounter-ssi"
  },
  "valueQuantity": {
    "value": 65,
    "unit": "kg",
    "system": "http://unitsofmeasure.org",
    "code": "kg"
  }
}