FHIR IG analytics| Package | ans.fhir.fr.cds |
| Resource Type | Organization |
| Id | Organization-cds-organization-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Narratif généré : Organisation cds-organization-example
Profil: CDS Organization Profile
active: true
type: Médical
name: Cabinet médical CC CC
alias: CC CC Rennes
address: 12 rue du paris Rennes 35000 99100
{
"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"
}
]
}