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

FHIR IG analytics

Packagesilth.fhir.th.claimcon
Resource TypeEncounter
IdEncounter-encounter-opd-csop.json
FHIR VersionR4B

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

Resource Encounter "encounter-opd-csop"

Information Source: csop!

Profile: ClaimCon Encounter: OPD

Encounter: Provider Type: Main Contractor (cs-eclaim-provider-type#1)

identifier: localVn: 640002731

status: finished

class: ambulatory (Details: http://terminology.hl7.org/CodeSystem/v3-ActCode code AMB = 'ambulatory', stated as 'ambulatory')

type: การตรวจรักษา (cs-chi-service-class#EC), พบแพทย์เพื่อวินิจฉัยโรคครั้งแรก (cs-chi-typeserv#01)

serviceType: อายุรกรรม (cs-chi-clinic#01)

subject: Patient/patient-csop ""

Participants

-Individual
*id: 123456

period: 2022-11-15 09:49:23+0700 --> 2022-11-15 09:56:02+0700

Diagnoses

-ConditionUseRank
*Condition/condition-csopPrimary Diagnosis (cs-43plus-encounter-diagnosis-role#1)1

Hospitalizations

-ExtensionAdmitSource
*มารับบริการเอง (cs-chi-typein#1)

serviceProvider: Organization/organization-csop "โรงพยาบาลศิริราช"


Source1

{
  "resourceType": "Encounter",
  "id": "encounter-opd-csop",
  "meta": {
    "source": "csop",
    "profile": [
      "https://fhir-ig.sil-th.org/th/claimcon/StructureDefinition/claimcon-encounter-opd"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-encounter-provider-type",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-eclaim-provider-type",
            "code": "1",
            "display": "Main Contractor"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localVn"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/13814/VN",
      "value": "640002731"
    }
  ],
  "status": "finished",
  "class": {
    "system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
    "code": "AMB",
    "display": "ambulatory"
  },
  "type": [
    {
      "coding": [
        {
          "system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-service-class",
          "code": "EC",
          "display": "การตรวจรักษา"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-typeserv",
          "code": "01",
          "display": "พบแพทย์เพื่อวินิจฉัยโรคครั้งแรก"
        }
      ]
    }
  ],
  "serviceType": {
    "coding": [
      {
        "system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-clinic",
        "code": "01",
        "display": "อายุรกรรม"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-csop"
  },
  "participant": [
    {
      "individual": {
        "type": "Practitioner",
        "identifier": {
          "system": "https://terms.sil-th.org/id/th-doctor-id",
          "value": "123456"
        }
      }
    }
  ],
  "period": {
    "start": "2022-11-15T09:49:23+07:00",
    "end": "2022-11-15T09:56:02+07:00"
  },
  "diagnosis": [
    {
      "condition": {
        "reference": "Condition/condition-csop"
      },
      "use": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-43plus-encounter-diagnosis-role",
            "code": "1",
            "display": "Primary Diagnosis"
          }
        ]
      },
      "rank": 1
    }
  ],
  "hospitalization": {
    "extension": [
      {
        "url": "https://fhir-ig.sil-th.org/th/extensions/StructureDefinition/ex-encounter-discharge-status",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-typeout",
              "code": "1",
              "display": "จำหน่ายกลับบ้าน"
            }
          ]
        }
      }
    ],
    "admitSource": {
      "coding": [
        {
          "system": "https://terms.sil-th.org/core/CodeSystem/cs-chi-typein",
          "code": "1",
          "display": "มารับบริการเอง"
        }
      ]
    }
  },
  "serviceProvider": {
    "reference": "Organization/organization-csop"
  }
}