FHIR IG analytics| Package | ca.on.mha.pds |
| Resource Type | StructureDefinition |
| Id | ServiceRequestReceivedDate.StructureDefinition.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=ca.on.mha.pds@2.0.0-snapshot10&canonical=http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ServiceRequestReceivedDate |
| URL | http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ServiceRequestReceivedDate |
| Version | 1.0.0 |
| Status | active |
| Name | ServiceRequestReceivedDate |
| Type | Extension |
| Kind | complex-type |
| StructureDefinition | ||
| ca.on.mha.pds#2.0.0-snapshot10 | ca-on-mha-profile-servicerequest | MHA ServiceRequest Profile |
| ca.on.oh.mha.pds#2.0.0-alpha-preview-0.1 | ca-on-mha-servicerequest-v2-draft | MHA ServiceRequest Profile |
No resources found
No extension usage examples found
No narrative content found in resource
{
"resourceType": "StructureDefinition",
"url": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ServiceRequestReceivedDate",
"version": "1.0.0",
"name": "ServiceRequestReceivedDate",
"status": "active",
"fhirVersion": "4.0.1",
"kind": "complex-type",
"abstract": false,
"context": [
{
"type": "element",
"expression": "ServiceRequest"
}
],
"type": "Extension",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Extension.url",
"path": "Extension.url",
"fixedUri": "http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mha-ext-ServiceRequestReceivedDate"
},
{
"id": "Extension.value[x]",
"path": "Extension.value[x]",
"min": 1,
"type": [
{
"code": "date"
}
],
"constraint": [
{
"key": "referralReceivedDate-inv-1",
"severity": "error",
"human": "Referral Received Date must be a full date (YYYY-MM-DD)",
"expression": "$this.toString().matches('^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])[%content%]#39;)"
}
],
"mustSupport": true
}
]
}
}