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-cardiologie-11122019",
"meta" : {
"profile" : [
🔗 "http://interopsante.org/fhir/StructureDefinition/FrOrganization"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Organization</b><a name=\"exemple-organisation-cardiologie-11122019\"> </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-cardiologie-11122019" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-fr-organization.html\">ResMed FrOrganization</a></p></div><p><b>Period</b>: 2012-01-01 --> 2020-05-01</p><p><b>identifier</b>: Identifiant interne:\u00a0Id-Service-Cardio</p><p><b>active</b>: true</p><p><b>type</b>: Médical <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-CodeSystem-Types-organisations-IS.html\">ResMed French Types of Organizations</a>#MEDICAL)</span></p><p><b>name</b>: Service de cardiologie, Hôpital Test</p><p><b>telecom</b>: ph: 022-655 6781, <a href=\"mailto:pneumo@hopitalTest.fr\">pneumo@hopitalTest.fr</a></p><p><b>address</b>: Aile ouest, étage 4 </p><p><b>partOf</b>: <a href=\"Organization-exemple-organisation-hopitalTest-05122019.html\">Organization/exemple-organisation-hopitalTest-05122019</a> "Hôpital Test"</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><td><b>Address</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>Mme Stephanie Carty</td><td>ph: 022-655 7656, <a href=\"mailto:s.cartyl@hopitaltest.fr\">s.cartyl@hopitaltest.fr</a></td><td>Aile ouest, 4° étage </td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/organization-period",
"valuePeriod" : {
"start" : "2012-01-01",
"end" : "2020-05-01"
}
}
],
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-0203",
"code" : "INTRN",
"display" : "Identifiant interne"
}
]
},
"system" : "urn:oid:1.2.250.1.71.4.2.2.1330780321.3",
"value" : "Id-Service-Cardio"
}
],
"active" : true,
"type" : [
{
"coding" : [
{
"system" : "http://interopsante.org/fhir/CodeSystem/fr-v2-3307",
"code" : "MEDICAL",
"display" : "Médical"
}
]
}
],
"name" : "Service de cardiologie, Hôpital Test",
"telecom" : [
{
"system" : "phone",
"value" : "022-655 6781"
},
{
"system" : "email",
"value" : "pneumo@hopitalTest.fr",
"use" : "work"
}
],
"address" : [
{
"line" : [
"Aile ouest, étage 4"
]
}
],
"partOf" : {
🔗 "reference" : "Organization/exemple-organisation-hopitalTest-05122019"
},
"contact" : [
{
"purpose" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/contactentity-type",
"code" : "ADMIN"
}
]
},
"name" : {
"text" : "Mme Stephanie Carty"
},
"telecom" : [
{
"system" : "phone",
"value" : "022-655 7656"
},
{
"system" : "email",
"value" : "s.cartyl@hopitaltest.fr"
}
],
"address" : {
"line" : [
"Aile ouest, 4° étage"
]
}
}
]
}