ResMed Core Implementation Guide
0.37.0 - ci-build
ResMed Core Implementation Guide - Local Development build (v0.37.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "exemple-organisation-hopitalTest-05122019",
"meta" : {
"profile" : [
🔗 "http://interopsante.org/fhir/StructureDefinition/FrOrganization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"exemple-organisation-hopitalTest-05122019\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Organization "exemple-organisation-hopitalTest-05122019" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fr-organization.html\">ResMed FrOrganization</a></p></div><p><b>identifier</b>: FINESS d'entité juridique:\u00a01330780321</p><p><b>active</b>: true</p><p><b>type</b>: Entité légale <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystem-Types-organisations-IS.html\">ResMed French Types of Organizations</a>#LEGAL-ENTITY)</span>, Etablissement public de santé <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-TRE-R02-SecteurActivite.html\">ResMed French Secteur d'activité</a>#SA01)</span></p><p><b>name</b>: Hôpital Test</p><p><b>telecom</b>: ph: 022-655 6700</p><p><b>address</b>: 12 rue St hélier, Rennes, Bretagne 35000</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Purpose</b></td><td><b>Name</b></td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>Administrative <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-contactentity-type.html\">Contact entity type</a>#ADMIN)</span></td><td>Mr Jean Vallant</td><td>ph: 022-655 7601, <a href=\"mailto:j.vallant@hopitaltest.fr\">j.vallant@hopitaltest.fr</a></td></tr></table></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
"code" : "FINEJ"
}
]
},
"system" : "urn:oid:1.2.250.1.71.4.2.2",
"value" : "1330780321"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-3307",
"code" : "LEGAL-ENTITY"
}
]
},
{
"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"
}
]
}
]
}