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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare
Resource TypeHealthcareService
IdHealthcareService-SDOHCC-HealthcareServiceSocialCareProgram.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 SDOHCC-HealthcareServiceSocialCareProgram

SDOHCC Extension HealthcareService Capacity Status

  • capacityStatus: Has Capacity

active: true

category: SDOH

type: Assessment

location: Location Family Counseling Services Deerland Clinic

name: HACC

telecom: ph: (555) appoint(Work)

program: Home And Community Care (HACC)


Source1

{
  "resourceType": "HealthcareService",
  "id": "SDOHCC-HealthcareServiceSocialCareProgram",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-HealthcareServiceForReferralManagement"
    ]
  },
  "language": "en",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "extension": [
        {
          "url": "capacityStatus",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
                "code": "capacity",
                "display": "Has Capacity"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ExtensionHealthcareServiceCapacityStatus"
    }
  ],
  "active": true,
  "category": [
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/us/core/CodeSystem/us-core-category",
          "code": "sdoh",
          "display": "SDOH"
        },
        {
          "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
          "code": "housing-instability",
          "display": "Housing instability"
        }
      ]
    }
  ],
  "type": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/service-type",
          "code": "252",
          "display": "Assessment"
        }
      ]
    }
  ],
  "location": [
    {
      "reference": "Location/SDOHCC-LocationExample"
    }
  ],
  "name": "HACC",
  "telecom": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-ExtensionHealthcareServiceTelecomAppointment",
          "valueBoolean": true
        }
      ],
      "system": "phone",
      "value": "(555) appoint",
      "use": "work"
    }
  ],
  "program": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/program",
          "code": "21",
          "display": "Home And Community Care (HACC)"
        }
      ]
    }
  ]
}