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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeOrganization
IdOrganisation-Uf-medicale-Cardio-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-uf-médicale-cardiologie-13122019

active : true

type : UF médicale cardiologie (Details : {http://terminology.interopsante.org/CodeSystem/v2-3307 code 'UF' = 'Unité fonctionnelle', given as 'Unité fonctionnelle'})

name : UF médicale de cardiologie

telecom : ph: 022-655 7656

address : Aile ouest, 4° étage

partOf : Organization/exemple-organisation-cardiologie-11122019

Contacts

- Purpose Name Telecom Address
* Administrative (Details : {http://terminology.hl7.org/CodeSystem/contactentity-type code 'ADMIN' = 'Administrative) Mme Carty ph: 022-655 7656 Aile ouest, 4° étage

Source1

{
  "resourceType": "Organization",
  "id": "exemple-uf-medicale-cardiologie-13122019",
  "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": "UF-Med-Cardio-3041"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.interopsante.org/CodeSystem/v2-3307",
          "code": "UF",
          "display": "Unité fonctionelle"
        }
      ]
    }
  ],
  "name": "UF médicale de cardiologie, Hôpital Test",
  "telecom": [
    {
      "system": "phone",
      "value": "022-655 7656"
    },
    {
      "system": "email",
      "value": "pneumo@hopitalTest.fr",
      "use": "work"
    }
  ],
  "address": [
    {
      "line": [
        "Aile ouest, étage 4"
      ]
    }
  ],
  "partOf": {
    "reference": "Organization/exemple-organisation-cardiologie-11122019"
  },
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ]
      },
      "name": {
        "text": "Mme Stephanie carty"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "022-655 7656"
        },
        {
          "system": "email",
          "value": "s.carty@hopitaltest.fr"
        }
      ],
      "address": {
        "line": [
          "Aile ouest, 4° étage"
        ]
      }
    }
  ]
}