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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeProcedure
IdProcedure-procedure-opd1.json
FHIR VersionR5

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: Procedure

Resource Procedure "procedure-opd1"

Profile: MoPH-PC Procedure

Procedure: Procedure Type: Principal procedure (eClaim: รหัสชนิดของหัตถการ#1)

status: completed

code: Wound care (SNOMED CT#225358003; ICD-9CM#93.57 "Application of other wound dressing"; cs-th-icd10tm#XXX "ICD-10-TM CODE"; TH: รหัสหัตถการที่เป็น local code ของสถานพยาบาลนั้น ๆ#XXX "Local code")

subject: Patient/patient-patient4: นาง สมควร ใจดี " ใจดี"

occurrence: 2022-01-01 12:30:02+0700 --> 2022-01-01 12:40:02+0700

Performers

-Actor
*Practitioner/practitioner-doctor1: พญ. สมหญิง จริงใจ " จริงใจ"

location: : OPD GP Clinic 1 โรงพยาบาลตัวอย่าง

outcome: แผลดีขึ้น (SNOMED CT#830130002 "Wound healing well")


Source1

{
  "resourceType": "Procedure",
  "id": "procedure-opd1",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-procedure-base"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-procedure-procedure-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-eclaim-procedure-type",
            "code": "1",
            "display": "Principal procedure"
          }
        ]
      }
    }
  ],
  "status": "completed",
  "code": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "225358003",
        "display": "Wound care"
      },
      {
        "system": "http://terminology.hl7.org/CodeSystem/icd9cm",
        "code": "93.57",
        "display": "Application of other wound dressing"
      },
      {
        "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-icd10tm",
        "code": "XXX",
        "display": "ICD-10-TM CODE"
      },
      {
        "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-local-procedure-code",
        "code": "XXX",
        "display": "Local code"
      }
    ],
    "text": "Wound care"
  },
  "subject": {
    "reference": "Patient/patient-patient4",
    "display": "นาง สมควร ใจดี"
  },
  "occurrencePeriod": {
    "start": "2022-01-01T12:30:02+07:00",
    "end": "2022-01-01T12:40:02+07:00"
  },
  "performer": [
    {
      "actor": {
        "reference": "Practitioner/practitioner-doctor1",
        "display": "พญ. สมหญิง จริงใจ"
      }
    }
  ],
  "location": {
    "display": "OPD GP Clinic 1 โรงพยาบาลตัวอย่าง"
  },
  "outcome": {
    "coding": [
      {
        "system": "http://snomed.info/sct",
        "code": "830130002",
        "display": "Wound healing well"
      }
    ],
    "text": "แผลดีขึ้น"
  }
}