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

FHIR IG analytics

Packagetw.gov.mohw.twcore
Resource TypeObservation
IdObservation-obs-heart-rate-example.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-heart-rate-example

status: Final

category: 生命體徵

code: 心率

subject: 陳加玲(official) Female, DoB: 1990-01-01 ( Medical record number (use: official, ))

effective: 1999-07-02

performer: Organization 衛生福利部臺北醫院

value: 44 beats/min (Details: UCUM code/min = '/min')


Source1

{
  "resourceType": "Observation",
  "id": "obs-heart-rate-example",
  "meta": {
    "profile": [
      "https://twcore.mohw.gov.tw/ig/twcore/StructureDefinition/Observation-heart-rate-twcore"
    ]
  },
  "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": "8867-4"
      }
    ],
    "text": "心率"
  },
  "subject": {
    "reference": "Patient/pat-example"
  },
  "effectiveDateTime": "1999-07-02",
  "performer": [
    {
      "reference": "Organization/org-hosp-example"
    }
  ],
  "valueQuantity": {
    "value": 44,
    "unit": "beats/min",
    "system": "http://unitsofmeasure.org",
    "code": "/min"
  }
}