🌐 EMA Health Core Implementation Guide
0.10.0 - ci-build
🌐 EMA Health Core Implementation Guide - Local Development build (v0.10.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "HealthcareService",
"id" : "EjemploEmaCoreHealthcareService",
"meta" : {
"profile" : [
🔗 "https://emahealth.io/fhir/core/StructureDefinition/ema-core-healthcare-service"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: HealthcareService EjemploEmaCoreHealthcareService</b></p><a name=\"EjemploEmaCoreHealthcareService\"> </a><a name=\"hcEjemploEmaCoreHealthcareService\"> </a><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\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-ema-core-healthcare-service.html\">EMA Core HealthcareService</a></p></div><p><b>EMA — Duración de la prestación</b>: No display for Duration (value: 20; unit: min; system: http://unitsofmeasure.org; code: min)</p><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-EjemploEmaCoreOrganization.html\">Organization Centro Médico EMA</a></p><p><b>type</b>: <span title=\"Codes:{https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog CONS-GEN}\">Consulta de medicina general</span></p><p><b>location</b>: <a href=\"Location-EjemploEmaCoreLocation.html\">Location Box 3 — Consulta ambulatoria</a></p><p><b>name</b>: Consulta de medicina general</p><p><b>appointmentRequired</b>: true</p><blockquote><p><b>availableTime</b></p><p><b>daysOfWeek</b>: Monday, Tuesday, Wednesday, Thursday, Friday</p><p><b>availableStartTime</b>: 08:30:00</p><p><b>availableEndTime</b>: 17:30:00</p></blockquote></div>"
},
"extension" : [
{
"url" : "https://emahealth.io/fhir/core/StructureDefinition/ema-service-duration",
"valueDuration" : {
"value" : 20,
"unit" : "min",
"system" : "http://unitsofmeasure.org",
"code" : "min"
}
}
],
"active" : true,
"providedBy" : {
🔗 "reference" : "Organization/EjemploEmaCoreOrganization"
},
"type" : [
{
"coding" : [
{
"system" : "https://tenant-ejemplo.emahealth.io/fhir/CodeSystem/catalog",
"code" : "CONS-GEN",
"display" : "Consulta de medicina general"
}
]
}
],
"location" : [
{
🔗 "reference" : "Location/EjemploEmaCoreLocation"
}
],
"name" : "Consulta de medicina general",
"appointmentRequired" : true,
"availableTime" : [
{
"daysOfWeek" : [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime" : "08:30:00",
"availableEndTime" : "17:30:00"
}
]
}