FHIR IG analytics| Package | hl7.fhir.us.directory-query |
| Resource Type | HealthcareService |
| Id | HealthcareService-HansSoloService.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService
Resource HealthcareService "HansSoloService" Updated "2020-07-07 13:26:22+0000" (Language "en-US")
Profile: National Directory Endpoint Qry Exchange HealthcareService
Delivery Method
value: Physical (Delivery Methods Code System#physical)
Funding Source
value: Organization/HamiltonClinic "Hamilton Clinic"
value: Private
active: true
category: Clinic or Outpatient Facility (Healthcare Service Category Code System#outpat)
specialty: Family Medicine Physician (provider-taxonomy#207Q00000X)
location: Location/HansSoloClinic "OrgA CT Location 1"
{
"resourceType": "HealthcareService",
"id": "HansSoloService",
"meta": {
"lastUpdated": "2020-07-07T13:26:22.0314215+00:00",
"profile": [
"http://hl7.org/fhir/us/directory-query/StructureDefinition/NatlDirEndpointQry-HealthcareService"
]
},
"language": "en-US",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"extension": [
{
"url": "deliveryMethodtype",
"valueCodeableConcept": {
"coding": [
{
"system": "http://hl7.org/fhir/us/directory-query/CodeSystem/DeliveryMethodCS",
"code": "physical"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/delivery-method"
},
{
"extension": [
{
"url": "fundingOrganization",
"valueReference": {
"reference": "Organization/HamiltonClinic"
}
},
{
"url": "fundingSource",
"valueString": "Private"
}
],
"url": "http://hl7.org/fhir/us/directory-query/StructureDefinition/fundingSource"
}
],
"active": true,
"category": [
{
"coding": [
{
"system": "http://hl7.org/fhir/us/directory-query/CodeSystem/HealthcareServiceCategoryCS",
"code": "outpat"
}
]
}
],
"specialty": [
{
"coding": [
{
"system": "http://nucc.org/provider-taxonomy",
"code": "207Q00000X",
"display": "Family Medicine Physician"
}
]
}
],
"location": [
{
"reference": "Location/HansSoloClinic"
}
]
}