FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.hsds
Resource TypeHealthcareService
IdHealthcareService-SFCrisisAndDomesticHotlineServices.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: HealthcareService

Resource HealthcareService "SFCrisisAndDomesticHotlineServices" Updated "2023-08-26 11:26:22+0000"

Profile: HSDHealthcareService

active: true

providedBy: Organization/SFCrisisAndDomesticHotline "Crisis Hotline of San Francisco"

category: Emergency care (Healthcare Service Category#emerg)

type: Crisis Counselling (Service type#70)

location: Location/SF9114AllLocation "Crisis and Domestic Violence Services of San Francisco (SF9114All)"

name: Crisis and Domestic Hotline

telecom: ph: (999)-555-5028(WORK)

program: Women, Infants, & Children (Human Service Program#WIC)

characteristic: Interpretation Services (Human Service Characteristic#Interpret)

communication: Spanish (Tags for the Identification of Languages#es), Chinese (Tags for the Identification of Languages#zh), Russian (Tags for the Identification of Languages#ru), English (United States) (Tags for the Identification of Languages#en-US)


Source1

{
  "resourceType": "HealthcareService",
  "id": "SFCrisisAndDomesticHotlineServices",
  "meta": {
    "lastUpdated": "2023-08-26T11:26:22.0314215+00:00",
    "profile": [
      "http://hl7.org/fhir/us/hsds/StructureDefinition/hsds-HealthcareService"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "providedBy": {
    "reference": "Organization/SFCrisisAndDomesticHotline"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/davinci-pdex-plan-net/CodeSystem/HealthcareServiceCategoryCS",
          "code": "emerg",
          "display": "Emergency care"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "70",
          "display": "Crisis Counselling"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/SF9114AllLocation"
    }
  ],
  "name": "Crisis and Domestic Hotline",
  "telecom": [
    {
      "system": "phone",
      "value": "(999)-555-5028",
      "use": "work"
    }
  ],
  "program": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceProgramCS",
          "code": "WIC",
          "display": "Women, Infants, & Children"
        }
      ]
    }
  ],
  "characteristic": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/hsds/CodeSystem/HumanServiceCharacteristicCS",
          "code": "Interpret",
          "display": "Interpretation Services"
        }
      ]
    }
  ],
  "communication": [
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "es",
          "display": "Spanish"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "zh",
          "display": "Chinese"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "ru",
          "display": "Russian"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "urn:ietf:bcp:47",
          "code": "en-US",
          "display": "English (United States)"
        }
      ]
    }
  ]
}