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

FHIR IG analytics

Packageca.pipeline.test.package
Resource TypeStructureDefinition
IdHealthcareService.StructureDefinition.json
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.pipeline.test.package@0.0.1&canonical=http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService
URLhttp://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService
Statusdraft
NameHealthcareService
DescriptionThe HealthcareService resources contains details around the service being provided to the patient.
TypeHealthcareService
Kindresource

Resources that use this resource

StructureDefinition
ca.on.oh.erec#0.12.0-projectathon1.0.2ca-on-eReferral-profile-HealthcareServiceHealthcareService
ca.pipeline.test.package#0.0.1CA-eReC-CommunicationCommunication
ca.pipeline.test.package#0.0.1CA-eReC-ext-ServiceProviderPreferenceServiceProviderPreference
ca.pipeline.test.package#0.0.1CA-eReC-ServiceRequestServiceRequest
ca.pipeline.test.package#0.0.1CA-eReC-TaskTask
ca.ab.fhir.aberec1#1.1.0-pre6HealthcareServiceABeReCHealthcareService (AB:eReC)
ca.ab.fhir.ab-eorder-lab#1.0.3HealthcareServiceABeOrderLabHealthcareService (AB:eOrder-Lab)

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "StructureDefinition",
  "id": "CA-eReC-HealthcareService",
  "url": "http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService",
  "name": "HealthcareService",
  "status": "draft",
  "description": "The HealthcareService resources contains details around the service being provided to the patient.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "HealthcareService",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/HealthcareService",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "HealthcareService.identifier",
        "path": "HealthcareService.identifier",
        "mustSupport": true
      },
      {
        "id": "HealthcareService.identifier.system",
        "path": "HealthcareService.identifier.system",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "HealthcareService.identifier.value",
        "path": "HealthcareService.identifier.value",
        "min": 1,
        "mustSupport": true
      },
      {
        "id": "HealthcareService.type",
        "path": "HealthcareService.type",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "HealthcareService.name",
        "path": "HealthcareService.name",
        "mustSupport": true
      }
    ]
  }
}