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

FHIR IG analytics

Packagephis.ig.createtest
Resource TypeObservation
IdObservation-krcore-observation-function-test-example-01.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 "krcore-observation-function-test-example-01"

Profile: KR Core Observation Profile for Function Test

status: final

category: Exam (Observation Category Codes#exam)

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

subject: Patient/krcore-patient-example-02 ""

effective: 2023-04-01

performer: Practitioner/krcore-medicaldoctor-example-01 ""

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


Source1

{
  "resourceType": "Observation",
  "id": "krcore-observation-function-test-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-observation-function-test"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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/krcore-patient-example-02"
  },
  "effectiveDateTime": "2023-04-01",
  "performer": [
    {
      "reference": "Practitioner/krcore-medicaldoctor-example-01"
    }
  ],
  "valueQuantity": {
    "value": 78,
    "comparator": ">=",
    "unit": "%",
    "system": "http://unitsofmeasure.org",
    "code": "%"
  }
}