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

FHIR IG analytics

Packagehl7.fhir.us.ndh
Resource TypeHealthcareService
IdHealthcareService-HealthcareService-Social-Hope-CBO.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 HealthcareService-Social-Hope-CBO

version: 1; Last updated: 2023-06-29 22:45:21+0000

Profile: NDH HealthcareService Profile

NDH Verification Status: Complete

NDH HealthcareService or Program Requirement

  • birthsex: F
  • http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-range: 18-65 years

NDH New Patients

NDH Delivery Method

  • deliveryMethodtype: Physical

identifier: http://example.org/ndh-identifiers/HealthcareService-Social-Hope-CBO

active: true

providedBy: HOPE INC

category: group

location: HOPE INC

name: HOPE INC

telecom: ph: 410.237.8591(Work), fax: 1-443-786-1542(Work)

appointmentRequired: false

availableTime

daysOfWeek: Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday

allDay: false

availableStartTime: 06:00:00

availableEndTime: 18:00:00


Source1

{
  "resourceType": "HealthcareService",
  "id": "HealthcareService-Social-Hope-CBO",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2023-06-29T22:45:21.526+00:00",
    "profile": [
      "http://hl7.org/fhir/us/ndh/StructureDefinition/ndh-HealthcareService"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-verification-status",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/ndh/CodeSystem/NdhVerificationStatusCS",
            "code": "complete",
            "display": "Complete"
          }
        ]
      }
    },
    {
      "extension": [
        {
          "url": "birthsex",
          "valueCode": "F"
        },
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-ndh-age-range",
          "valueRange": {
            "low": {
              "value": 18,
              "unit": "years",
              "system": "http://unitsofmeasure.org",
              "code": "a"
            },
            "high": {
              "value": 65,
              "unit": "years",
              "system": "http://unitsofmeasure.org",
              "code": "a"
            }
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-service-or-program-requirement"
    },
    {
      "extension": [
        {
          "url": "acceptingPatients",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/accepting-patients",
                "code": "existptonly"
              }
            ]
          }
        },
        {
          "url": "fromNetwork",
          "valueReference": {
            "reference": "Organization/AcmeofCTStdNet"
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-newpatients"
    },
    {
      "extension": [
        {
          "url": "deliveryMethodtype",
          "valueCodeableConcept": {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/service-delivery-method",
                "code": "physical",
                "display": "Physical"
              }
            ]
          }
        }
      ],
      "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-delivery-method"
    }
  ],
  "identifier": [
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/us/ndh/StructureDefinition/base-ext-identifier-status",
          "valueCode": "active"
        }
      ],
      "system": "http://example.org/ndh-identifiers",
      "value": "HealthcareService-Social-Hope-CBO"
    }
  ],
  "active": true,
  "providedBy": {
    "reference": "Organization/Organization-Social-Hope-CBO",
    "display": "HOPE INC"
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/ndh-healthcare-service-category",
          "code": "food",
          "display": "Food"
        }
      ],
      "text": "group"
    }
  ],
  "location": [
    {
      "reference": "Location/Location-Social-Hope-CBO",
      "display": "HOPE INC"
    }
  ],
  "name": "HOPE INC",
  "telecom": [
    {
      "system": "phone",
      "value": "410.237.8591",
      "use": "work"
    },
    {
      "system": "fax",
      "value": "1-443-786-1542",
      "use": "work"
    }
  ],
  "appointmentRequired": false,
  "availableTime": [
    {
      "daysOfWeek": [
        "mon",
        "tue",
        "wed",
        "thu",
        "fri",
        "sat",
        "sun"
      ],
      "allDay": false,
      "availableStartTime": "06:00:00",
      "availableEndTime": "18:00:00"
    }
  ]
}