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

FHIR IG analytics

Packagephis.ig.createtest
Resource TypeOrganization
IdOrganization-krcore-healthcare-organization-example-01.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

Resource Organization "krcore-healthcare-organization-example-01"

Profile: KR Core Healthcare Organization Profile

identifier: id: 11100000

type: 상급종합병원 (HIRA Healthcare Organization Types#01)

name: 한국병원

telecom: ph: 02-1237-4567, ph: 02-1237-4568, fax: 02-1237-4569

address: 서울특별시 중구 서소문동 37


Source1

{
  "resourceType": "Organization",
  "id": "krcore-healthcare-organization-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-healthcare-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.hl7korea.or.kr/Identifier/hira-krnpi",
      "value": "11100000"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://www.hl7korea.or.kr/CodeSystem/hira-healthcare-organization-types",
          "code": "01",
          "display": "상급종합병원"
        }
      ]
    }
  ],
  "name": "한국병원",
  "telecom": [
    {
      "system": "phone",
      "value": "02-1237-4567"
    },
    {
      "system": "phone",
      "value": "02-1237-4568"
    },
    {
      "system": "fax",
      "value": "02-1237-4569"
    }
  ],
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "district",
              "valueString": "서울특별시 중구"
            },
            {
              "url": "roadName",
              "valueString": "덕수궁길"
            },
            {
              "url": "detailedAddress",
              "valueString": "15"
            },
            {
              "url": "complements",
              "valueString": "서소문동"
            }
          ],
          "url": "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-roadNameAddress"
        }
      ],
      "text": "서울특별시 중구 서소문동 37",
      "postalCode": "04515"
    }
  ]
}