Closed
Description
From the FHIR standard:
instant : An instant in time - known at least to the second and always includes a time zone.
Unfortunately the validator accepts resources without a time zone. For example the following resource is accepted by the validator:
{
"resourceType": "DocumentReference",
"id": "example",
"status": "current",
"type": {
"coding": [
{
"system": "http://loinc.org",
"code": "34108-1",
"display": "Outpatient Note"
}
]
},
"indexed": "2005-12-24T09:43:41",
"content": [
{
"attachment": {
"contentType": "application/hl7-v3+xml",
"language": "en-US",
"url": "http://example.org/xds/mhd/Binary/07a6483f-732b-461e-86b6-edb665c45510",
"size": 3654,
"hash": "2jmj7l5rSw0yVb/vlWAYkK/YBwk="
},
"format": {
"system": "urn:oid:1.3.6.1.4.1.19376.1.2.3",
"code": "urn:ihe:pcc:handp:2008",
"display": "History and Physical Specification"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
No labels