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

FHIR IG analytics

Packagehl7.fhir.kr.core
Resource TypeOrganization
IdOrganization-krcore-organization-example-02.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: Organization krcore-organization-example-02

identifier: http://www.hangukhospital.co.kr/medicaldept-example/example-medical-department-id-01

type: Hospital Department

name: 내과

telecom: ph: 5785(Work)

partOf: Organization 한국병원


Source1

{
  "resourceType": "Organization",
  "id": "krcore-organization-example-02",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.hangukhospital.co.kr/medicaldept-example",
      "value": "example-medical-department-id-01"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "dept",
          "display": "Hospital Department"
        }
      ]
    }
  ],
  "name": "내과",
  "telecom": [
    {
      "system": "phone",
      "value": "5785",
      "use": "work"
    }
  ],
  "partOf": {
    "reference": "Organization/krcore-healthcare-organization-example-01"
  }
}