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

FHIR IG analytics

Packagetw.gov.mohw.nhi.pas
Resource TypeObservation
IdObservation-obs-objective.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 obs-objective

status: Final

category: Survey

code: Objective Narrative

subject: 王大明 Male, DoB: 2001-01-01 ( Medical record number (use: official, ))

encounter: Encounter: status = finished; class = ambulatory (ActCode#AMB); serviceType = Family practice (qualifier value); period = 2025-11-11 --> (ongoing)

effective: 2025-11-11

value: BP 110/70 mmHg PR 80/min BT 38.50C


Source1

{
  "resourceType": "Observation",
  "id": "obs-objective",
  "meta": {
    "profile": [
      "https://nhicore.nhi.gov.tw/pas/StructureDefinition/Observation-objective-twpas"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "survey"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "61149-1"
      }
    ]
  },
  "subject": {
    "reference": "Patient/pat-min"
  },
  "encounter": {
    "reference": "Encounter/enc-opd"
  },
  "effectiveDateTime": "2025-11-11",
  "valueString": "BP 110/70 mmHg  PR 80/min  BT 38.50C"
}