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

FHIR IG analytics

Packagekr.mohw.myhealthway
Resource TypeObservation
IdObservation-MyHealthWayObservationExamExample.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

Resource Observation "MyHealthWayObservationExamExample"

Profile: MyHealthWay Observation Profile for Exam

identifier: http://www.example.com/observation-function-test-example

status: final

category: Exam (Observation Category Codes#exam)

code: FVC (HIRA EDI Procedure#F6001 "호흡기능검사-기본폐기능검사[기류용적폐검사를하지않는경우]")

subject: Patient/MyHealthWayPatientExample ""

encounter: Encounter/MyHealthWayEncounterExample

effective: 2023-04-01

performer: PractitionerRole/MyHealthWayPractitionerRoleExample

value: >=78 % (Details: UCUM code % = '%')


Source1

{
  "resourceType": "Observation",
  "id": "MyHealthWayObservationExamExample",
  "meta": {
    "profile": [
      "https://hins.or.kr/fhir/MyHealthWay/StructureDefinition/myhealthway-observation-exam"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.com",
      "value": "observation-function-test-example"
    }
  ],
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "exam",
          "display": "Exam"
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://www.hl7korea.or.kr/CodeSystem/hira-edi-procedure",
        "code": "F6001",
        "display": "호흡기능검사-기본폐기능검사[기류용적폐검사를하지않는경우]"
      }
    ],
    "text": "FVC"
  },
  "subject": {
    "reference": "Patient/MyHealthWayPatientExample"
  },
  "encounter": {
    "reference": "Encounter/MyHealthWayEncounterExample"
  },
  "effectiveDateTime": "2023-04-01",
  "performer": [
    {
      "reference": "PractitionerRole/MyHealthWayPractitionerRoleExample"
    }
  ],
  "valueQuantity": {
    "value": 78,
    "comparator": ">=",
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  }
}