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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeOrganization
IdOrganization-organization-ward1.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: Organization

Resource Organization "organization-ward1"

Profile: MoPH-PC Organization: Provider

identifier: รหัส HCODE ของกระทรวงสาธารณสุข: 12345 (use: OFFICIAL), รหัสประจำแผนก ของหน่วยบริการ: 12345 (use: OFFICIAL)

name: หอผู้ป่วยใน ของโรงพยาบาลตัวอย่าง

partOf: Organization/organization-main "โรงพยาบาลตัวอย่าง แห่งที่ 1"


Source1

{
  "resourceType": "Organization",
  "id": "organization-ward1",
  "meta": {
    "profile": [
      "https://fhir-ig.sil-th.org/th/mophpc1/StructureDefinition/mophpc-organization-provider"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "hcode",
            "display": "รหัส HCODE ของกระทรวงสาธารณสุข"
          }
        ]
      },
      "system": "https://terms.sil-th.org/id/th-moph-hcode",
      "value": "12345"
    },
    {
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "https://terms.sil-th.org/core/CodeSystem/cs-th-identifier-type",
            "code": "localDep",
            "display": "รหัสประจำแผนก ของหน่วยบริการ"
          }
        ]
      },
      "system": "https://terms.sil-th.org/hcode/5/99999/DepCode",
      "value": "12345"
    }
  ],
  "name": "หอผู้ป่วยใน ของโรงพยาบาลตัวอย่าง",
  "partOf": {
    "reference": "Organization/organization-main"
  }
}