This page is part of the FHIR IG Human Services Directory (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions
: hsds-service - JSON Representation
Raw json | Download
{
"resourceType" : "HealthcareService",
"id" : "hsds-service",
"meta" : {
"lastUpdated" : "2017-01-01T00:00:00Z",
"profile" : [
"http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: HealthcareService</b><a name=\"hsds-service\"> </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 HealthcareService "hsds-service" Updated "2017-01-01 00:00:00+0000" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-hsds-HealthcareService.html\">HSDSHealthcareService</a></p></div><p><b>active</b>: true</p><p><b>providedBy</b>: <a href=\"Organization-hsds-organization.html\">Organization/hsds-organization</a> "CHILDREN'S ADVOCACY CENTER"</p><p><b>category</b>: Health Screening/Diagnostic Services <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-211hsis.html\">211 Human Services Indexing System</a>#LF)</span></p><p><b>location</b>: <a href=\"Location-hsds-location.html\">Location/hsds-location</a> "CHILDREN'S ADVOCACY CENTER OF SOUTHWEST MICHIGAN"</p><p><b>name</b>: Child Abuse Prevention Service</p><p><b>telecom</b>: -unknown-</p><p><b>communication</b>: Spanish <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/2.1.0/CodeSystem-v3-ietf3066.html\">Tags for the Identification of Languages</a>#es)</span></p></div>"
},
"active" : true,
"providedBy" : {
"reference" : "Organization/hsds-organization"
},
"category" : [
{
"coding" : [
{
"system" : "http://211hsis.org",
"code" : "LF",
"display" : "Health Screening/Diagnostic Services"
}
]
}
],
"location" : [
{
"reference" : "Location/hsds-location"
}
],
"name" : "Child Abuse Prevention Service",
"telecom" : [
{
"extension" : [
{
"url" : "http://hl7.org/fhir/us/davinci-pdex-plan-net/StructureDefinition/via-intermediary",
"valueReference" : {
"reference" : "Organization/hsds-organization"
}
}
]
}
],
"communication" : [
{
"coding" : [
{
"system" : "urn:ietf:bcp:47",
"code" : "es",
"display" : "Spanish"
}
]
}
]
}