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

FHIR IG analytics

Packagech.fhir.ig.ch-elm
Resource TypeOrganization
IdOrganization-Org-JeanneMoreau.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Organization",
  "id": "Org-JeanneMoreau",
  "extension": [
    {
      "url": "http://fhir.ch/ig/ch-elm/StructureDefinition/ch-elm-ext-department",
      "valueString": "Médecine interne"
    }
  ],
  "identifier": [
    {
      "system": "urn:oid:2.16.756.5.45",
      "value": "A99086638"
    }
  ],
  "name": "Hôpital régional soleil",
  "address": [
    {
      "line": [
        "Rue des alpes 35"
      ],
      "_line": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
              "valueString": "Rue des alpes"
            },
            {
              "url": "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
              "valueString": "35"
            }
          ]
        }
      ],
      "city": "Genève",
      "postalCode": "1202"
    }
  ]
}