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

FHIR IG analytics

Packageans.fhir.fr.tdmi
Resource TypeOrganization
IdOrganization-dmi-organization-ej-example.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

Narratif généré : Organisation dmi-organization-ej-example

DMI Identifiant Local Distributeur: identifiant-local-distributeur-example-ej

identifier: Identification nationale de structure définie par l’ANS dans le CI_SIS/identifer-idnatst-example, Identification de l'organisation au SIREN/identifer-siren-example

name: DMI Organization EJ Example Name

alias: DMI Organization EJ Example Alias

address: DMI Organization EJ Example Address


Source1

{
  "resourceType": "Organization",
  "id": "dmi-organization-ej-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tdmi/StructureDefinition/dmi-organization-ej"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "https://interop.esante.gouv.fr/ig/fhir/tdmi/StructureDefinition/dmi-identifiant-local-distributeur",
      "valueIdentifier": {
        "value": "identifiant-local-distributeur-example-ej"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
            "code": "IDNST"
          }
        ]
      },
      "system": "urn:oid:1.2.250.1.71.4.2.2",
      "value": "identifer-idnatst-example"
    },
    {
      "type": {
        "coding": [
          {
            "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-0203",
            "code": "SIREN"
          }
        ]
      },
      "system": "https://sirene.fr",
      "value": "identifer-siren-example"
    }
  ],
  "name": "DMI Organization EJ Example Name",
  "alias": [
    "DMI Organization EJ Example Alias"
  ],
  "address": [
    {
      "text": "DMI Organization EJ Example Address"
    }
  ]
}