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

FHIR IG analytics

Packagech.fhir.ig.ch-epr-fhir
Resource TypeOrganization
IdOrganization-mCSD-No-peer-Organization-SpitalX.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 mCSD-No-peer-Organization-SpitalX

identifier: LDAP/uid=CommunityA:00000001000,OU=HCRegulatedOrganization,DC=HPD,O=BAG,C=ch, Uniform Resource Identifier (URI)/urn:oid:2.16.10.89.201

active: true

type: General medicine, Hospital

name: Spital X

telecom: test@test.fr, +41 71 111 22 33

address: Spital X 95 Rorschacher Strasse St. Gallen SG 9007 CH (work)


Source1

{
  "resourceType": "Organization",
  "id": "mCSD-No-peer-Organization-SpitalX",
  "meta": {
    "profile": [
      "http://fhir.ch/ig/ch-epr-fhir/StructureDefinition/CH.mCSD.Organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "urn:ietf:rfc:4514",
      "value": "uid=CommunityA:00000001000,OU=HCRegulatedOrganization,DC=HPD,O=BAG,C=ch"
    },
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.10.89.201"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394802001",
          "display": "General medicine"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "22232009",
          "display": "Hospital"
        }
      ]
    }
  ],
  "name": "Spital X",
  "telecom": [
    {
      "system": "email",
      "value": "test@test.fr"
    },
    {
      "system": "phone",
      "value": "+41 71 111 22 33"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Spital X",
        "95 Rorschacher Strasse"
      ],
      "city": "St. Gallen",
      "state": "SG",
      "postalCode": "9007",
      "country": "CH"
    }
  ]
}