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

FHIR IG analytics

Packagephis.ig.dev
Resource TypeOrganization
IdOrganization-connectdtx-organization-example.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 "connectdtx-organization-example"

Profile: ConnectDTx Organization

identifier: id: urn:oid:1.2.3.4.5.6

type: 상급종합병원 (Hira Oraganization Type#01)

name: 파이종합병원

telecom: http://www.phidigital.co.kr/

address: 서울특별시 서대문구 연대동문길 37, 1층


Source1

{
  "resourceType": "Organization",
  "id": "connectdtx-organization-example",
  "meta": {
    "profile": [
      "http://connectdtx.kr/fhir/StructureDefinition/connectdtx-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:1.2.3.4.5.6"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://hira.or.kr/CodeSystem/organization-type",
          "code": "01",
          "display": "상급종합병원"
        }
      ]
    }
  ],
  "name": "파이종합병원",
  "telecom": [
    {
      "system": "url",
      "value": "http://www.phidigital.co.kr/"
    }
  ],
  "address": [
    {
      "text": "서울특별시 서대문구 연대동문길 37, 1층",
      "postalCode": "03721"
    }
  ]
}