FHIR IG analytics| Package | ca.on.oh.setp.iar.dev |
| Resource Type | CapabilityStatement |
| Id | HALO CapabilityStatement.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "CapabilityStatement",
"version": "1.1.1",
"name": "HALO SoFA FhirServerCapabilityStatement",
"title": "HALO SoFA Fhir Server Capability Statement",
"status": "active",
"date": "2023-12-08",
"publisher": "Amazon HealthLake",
"description": "Conformance statement for the Amazon HealthLake FHIR server",
"purpose": "A statement of this system's capabilities",
"kind": "instance",
"instantiates": [
"http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data",
"http://hl7.org/fhir/us/core/CapabilityStatement/us-core-server"
],
"software": {
"name": "Amazon HealthLake FHIR Server",
"version": "1.0.0"
},
"fhirVersion": "4.0.1",
"format": [
"application/fhir+json"
],
"rest": [
{
"mode": "server",
"security": {
"extension": [
{
"url": "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris",
"extension": [
{
"url": "authorize",
"valueUri": "https://oidc.one.dev.awspub.ontariohealth./auth/authorize"
},
{
"url": "token",
"valueUri": "https://oidc.one.dev.awspub.ontariohealth/auth/token"
}
]
}
],
"service": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
"code": "SMART-on-FHIR",
"display": "SMART-on-FHIR"
}
],
"text": "OAuth2 using SMART-on-FHIR profile"
}
]
},
"resource": [
{
"type": "Patient",
"profile": "http://hl7.org/fhir/StructureDefinition/Patient",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Encounter",
"profile": "http://hl7.org/fhir/StructureDefinition/Encounter",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Location",
"profile": "http://hl7.org/fhir/StructureDefinition/Location",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Organization",
"profile": "http://hl7.org/fhir/StructureDefinition/Organization",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Practitioner",
"profile": "http://hl7.org/fhir/StructureDefinition/Practitioner",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "PractitionerRole",
"profile": "http://hl7.org/fhir/StructureDefinition/PractitionerRole",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Condition",
"profile": "http://hl7.org/fhir/StructureDefinition/Condition",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "AllergyIntolerance",
"profile": "http://hl7.org/fhir/StructureDefinition/AllergyIntolerance",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Procedure",
"profile": "http://hl7.org/fhir/StructureDefinition/Procedure",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "MedicationStatement",
"profile": "http://hl7.org/fhir/StructureDefinition/MedicationStatement",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Observation",
"profile": "http://hl7.org/fhir/StructureDefinition/Observation",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "DiagnosticReport",
"profile": "http://hl7.org/fhir/StructureDefinition/DiagnosticReport",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "DocumentReference",
"profile": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
]
},
{
"type": "Bundle",
"profile": "http://hl7.org/fhir/StructureDefinition/Bundle",
"interaction": [
{
"code": "create"
},
{
"code": "read"
},
{
"code": "update"
}
]
}
],
"interaction": [
{
"code": "search-system"
},
{
"code": "batch"
},
{
"code": "transaction"
}
]
}
]
}