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

FHIR IG analytics

Packagehl7.fhir.eu.hdr
Resource TypeOrganization
IdOrganization-organization-sophia.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 organization-sophia

identifier: http://fhir.nl/fhir/NamingSystem/agb-z/06020806

type: Medisch specialist

name: Erasmus MC, Sophia kinderziekenhuis

telecom: ph: 0107040116, info@erasmusmc.nl

address: Dr. Molewaterplein 60 ROTTERDAM 3015GJ NL (work)


Source1

{
  "resourceType": "Organization",
  "id": "organization-sophia",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://fhir.nl/fhir/NamingSystem/agb-z",
      "value": "06020806"
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "urn:oid:2.16.840.1.113883.2.4.6.7",
          "version": "2.16.840.1.113883.2.4.6.7",
          "code": "0300",
          "display": "Medisch specialist"
        }
      ]
    }
  ],
  "name": "Erasmus MC, Sophia kinderziekenhuis",
  "telecom": [
    {
      "system": "phone",
      "value": "0107040116"
    },
    {
      "system": "email",
      "value": "info@erasmusmc.nl"
    }
  ],
  "address": [
    {
      "use": "work",
      "line": [
        "Dr. Molewaterplein 60"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Dr. Molewaterplein"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "60"
            }
          ]
        }
      ],
      "city": "ROTTERDAM",
      "postalCode": "3015GJ",
      "country": "NL"
    }
  ]
}