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

FHIR IG analytics

Packagesilth.fhir.th.mophpc1
Resource TypeOrganization
IdOrganization-organization-second.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-second"

Profile: MoPH-PC Organization: Provider

identifier: รหัส HCODE ของกระทรวงสาธารณสุข: 12345 (use: OFFICIAL)

name: โรงพยาบาลตัวอย่าง แห่งที่ 2


Source1

{
  "resourceType": "Organization",
  "id": "organization-second",
  "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"
    }
  ],
  "name": "โรงพยาบาลตัวอย่าง แห่งที่ 2"
}