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

FHIR IG analytics

Packagehl7.fhir.cz.img
Resource TypeOrganization
IdOrganization-e96e9bd5-0695-4725-acb2-c731aa071a55.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 e96e9bd5-0695-4725-acb2-c731aa071a55

Organization Logo: DocumentReference: status = current

identifier: https://ncez.mzcr.cz/fhir/sid/ico/456789655

type: Fakultní nemocnice

name: Fakultní nemocnice Oblackov

telecom: +420257216007, fax: +420257216007(Work)

address: Fiktivní 951/125, 100 00 Město(work)


Source1

{
  "resourceType": "Organization",
  "id": "e96e9bd5-0695-4725-acb2-c731aa071a55",
  "meta": {
    "profile": [
      "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-core"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://hl7.cz/fhir/core/StructureDefinition/cz-organization-logo",
      "valueReference": {
        "reference": "urn:uuid:c23fc55c-e576-4fc4-8526-6f31f0b9377c"
      }
    }
  ],
  "identifier": [
    {
      "system": "https://ncez.mzcr.cz/fhir/sid/ico",
      "value": "456789655"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://ncez.mzcr.cz/fhir/CodeSystem/cz-drzar",
          "code": "101",
          "display": "Fakultní nemocnice"
        }
      ]
    }
  ],
  "name": "Fakultní nemocnice Oblackov",
  "telecom": [
    {
      "system": "phone",
      "value": "+420257216007",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "+420257216007",
      "use": "work"
    }
  ],
  "address": [
    {
      "use": "work",
      "type": "both",
      "text": "Fiktivní 951/125, 100 00 Město",
      "line": [
        "Fiktivní 951/125"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Fiktivní"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "951/125"
            }
          ]
        }
      ],
      "city": "Město",
      "postalCode": "10000",
      "country": "CZ"
    }
  ]
}