FHIR IG analytics| Package | hl7.fhir.us.ndh |
| Resource Type | HealthcareService |
| Id | HealthcareService-HealthcareService-Social-Hope-CBO.json |
| FHIR Version | R4 |
No resources found
No resources found
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
- acceptingPatients: Accepting existing patients only
- fromNetwork: Organization ACME CT Preferred Provider Network
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
{
"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"
}
]
}