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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeOrganization
IdOrganisation-Pneumologie-HopitalTest-R4-v1.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 with Details

id : exemple-organisation-service-05122019

active : true

type : Service de pneumologie (Details : {http://terminology.interopsante.org/CodeSystem/v2-3307 code 'MEDICAL' = 'Médical', given as 'Service de l'hôpital'})

name : Service de pneumologie

telecom : ph: 022-655 7654

address : Aile ouest, 5° étage

partOf : Organization/exemple-organisation-hopitalTest-05122019

Contacts

- Purpose Name Telecom Address
* Administrative (Details : {http://terminology.hl7.org/CodeSystem/contactentity-type code 'ADMIN' = 'Administrative) mr. F. de Hond ph: 022-655 7654 Aile ouest, 5° étage

Source1

{
  "resourceType": "Organization",
  "id": "exemple-organisation-pneumologie-05122019",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/structuredefinition/resource/fr-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/organization-period",
      "valuePeriod": {
        "start": "2012-01-01",
        "end": "2020-05-01"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "INTRN",
            "display": "Identifiant interne"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2.1330780321.y",
      "value": "Id-Service-Pneumo"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.interopsante.org/CodeSystem/v2-3307",
          "code": "MEDICAL",
          "display": "Médical"
        }
      ]
    }
  ],
  "name": "Service de pneumologie, Hôpital Test",
  "telecom": [
    {
      "system": "phone",
      "value": "022-655 6780"
    },
    {
      "system": "email",
      "value": "pneumo@hopitalTest.fr",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Aile ouest, étage 5"
      ]
    }
  ],
  "partOf": {
    "reference": "Organization/exemple-organisation-hopitalTest-05122019"
  },
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ]
      },
      "name": {
        "text": "Mme Sylvie Duval"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "022-655 7654"
        },
        {
          "system": "email",
          "value": "s.duval@hopitaltest.fr"
        }
      ],
      "address": {
        "line": [
          "Aile ouest, 5° étage"
        ]
      }
    }
  ]
}