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-interne-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-interne-example

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

type: Structure interne ou Service

name: DMI Organization Interne Example Name


Source1

{
  "resourceType": "Organization",
  "id": "dmi-organization-interne-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/tdmi/StructureDefinition/dmi-organization-interne"
    ]
  },
  "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-oi"
      }
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "https://mos.esante.gouv.fr/NOS/TRE_R207-TypeOrganisationInterne/FHIR/TRE-R207-TypeOrganisationInterne",
          "code": "2",
          "display": "Structure interne ou Service"
        }
      ]
    }
  ],
  "name": "DMI Organization Interne Example Name"
}