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-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 krcore-organization-example-01

identifier: http://www.example.co.kr/119/059-255-5871

type: Government

name: xx시 중부 소방센터

telecom: ph: 059-255-5871(Work)


Source1

{
  "resourceType": "Organization",
  "id": "krcore-organization-example-01",
  "meta": {
    "profile": [
      "http://www.hl7korea.or.kr/fhir/krcore/StructureDefinition/krcore-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://www.example.co.kr/119",
      "value": "059-255-5871"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/organization-type",
          "code": "govt",
          "display": "Government"
        }
      ]
    }
  ],
  "name": "xx시 중부 소방센터",
  "telecom": [
    {
      "system": "phone",
      "value": "059-255-5871",
      "use": "work"
    }
  ]
}