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

FHIR IG analytics

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

active: true

type: Médical

name: Cabinet médical CC CC

alias: CC CC Rennes

address: 12 rue du paris Rennes 35000 99100


Source1

{
  "resourceType": "Organization",
  "id": "cds-organization-example",
  "meta": {
    "profile": [
      "https://interop.esante.gouv.fr/ig/fhir/cds/StructureDefinition/cds-organization"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "type": [
    {
      "extension": [
        {
          "url": "https://interop.esante.gouv.fr/ig/fhir/annuaire/StructureDefinition/as-ext-organization-types",
          "valueCode": "organizationType"
        }
      ],
      "coding": [
        {
          "system": "https://hl7.fr/ig/fhir/core/CodeSystem/fr-core-cs-v2-3307",
          "code": "MEDICAL",
          "display": "Médical"
        }
      ]
    }
  ],
  "name": "Cabinet médical CC CC",
  "alias": [
    "CC CC Rennes"
  ],
  "address": [
    {
      "line": [
        "12 rue du paris"
      ],
      "city": "Rennes",
      "postalCode": "35000",
      "country": "99100"
    }
  ]
}