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-PraxisP.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 PraxisP

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

active: true

type: Ambulatory care site, General medicine

name: Praxis P

telecom: fax: +41 71 271 22 99, +41 71 271 22 33

address: Praxis P 47 Langgasse St. Gallen SG 9000 CH (work)


Source1

{
  "resourceType": "Organization",
  "id": "PraxisP",
  "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:00000001001,OU=HCRegulatedOrganization,DC=HPD,O=BAG,C=ch"
    },
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.10.89.210"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "35971002",
          "display": "Ambulatory care site"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://snomed.info/sct",
          "code": "394802001",
          "display": "General medicine"
        }
      ]
    }
  ],
  "name": "Praxis P",
  "telecom": [
    {
      "system": "fax",
      "value": "+41 71 271 22 99"
    },
    {
      "system": "phone",
      "value": "+41 71 271 22 33"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Praxis P",
        "47 Langgasse"
      ],
      "city": "St. Gallen",
      "state": "SG",
      "postalCode": "9000",
      "country": "CH"
    }
  ]
}