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

FHIR IG analytics

Packagehl7-france-fhir.administrative-2022
Resource TypeOrganization
IdOrganization-HopitalTest-R4.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-hopitalTest-05122019

active : true

type : FINESS d'une entité juridique (Details : {http://terminology.hl7.org/CodeSystem/v2-0203 code 'FINEJ' = 'Entité juridique', given as 'Hôpital test'})

name : Hôpital Test

telecom : ph: 022-655 6700

address : 12 true St Hélier

Contacts

- Purpose Name Telecom Address
* Administrative (Details : {http://terminology.hl7.org/CodeSystem/contactentity-type code 'ADMIN' = 'Administrative) Mr jean Vallant ph: 022-655 7601

Source1

{
  "resourceType": "Organization",
  "id": "exemple-organisation-hopitalTest-05122019",
  "meta": {
    "profile": [
      "http://interopsante.org/fhir/structuredefinition/resource/fr-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "FINEJ",
            "display": "FINESS d'une entité juridique"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2",
      "value": "1330780321"
    }
  ],
  "active": true,
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.interopsante.org/CodeSystem/v2-3307",
          "code": "LEGAL-ENTITY",
          "display": "Entité juridique"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_R02-SecteurActivite/FHIR/TRE-R02-SecteurActivite",
          "code": "SA01",
          "display": "Etablissement public de santé"
        }
      ]
    }
  ],
  "name": "Hôpital Test",
  "telecom": [
    {
      "system": "phone",
      "value": "022-655 6700"
    }
  ],
  "address": [
    {
      "type": "postal",
      "text": "12 rue St hélier, Rennes, Bretagne  35000",
      "line": [
        "12 rue St hélier"
      ],
      "city": "Rennes",
      "postalCode": "35000"
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN"
          }
        ]
      },
      "name": {
        "text": "Mr Jean Vallant"
      },
      "telecom": [
        {
          "system": "phone",
          "value": "022-655 7601"
        },
        {
          "system": "email",
          "value": "j.vallant@hopitaltest.fr"
        }
      ]
    }
  ]
}