FHIR IG analytics| Package | logex.internal.fhir.profiles |
| Resource Type | List |
| Id | mrdm-list-example.json |
| FHIR Version | R3 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "List",
"id": "example",
"identifier": [
{
"system": "http://mrdm.nl/fhir/registry",
"value": "dhfa-2022"
},
{
"system": "http://mrdm.nl/fhir/registry-variable",
"value": "dataankomst"
}
],
"meta": {
"profile": [
"https://mrdm/fhir/StructureDefinition/mrdm-list"
],
"tag": [
{
"system": "http://mrdm.nl/fhir/error-warning-message",
"display": "The date is set in the future"
},
{
"system": "http://mrdm.nl/fhir/CodeSystem/visible-status",
"code": "1",
"display": "visible"
}
]
},
"status": "current",
"mode": "changes",
"code": {
"coding": [
{
"system": "logex-validation-outcome",
"code": "1",
"display": "not_valid"
}
]
},
"subject": {
"reference": "Patient/example"
},
"date": "2012-11-25T22:17:00+11:00",
"entry": [
{
"flag": {
"coding": [
{
"system": "logex-error-types",
"code": "1",
"display": "warning"
}
]
},
"deleted": false,
"item": {
"reference": "Observation/testvalue"
}
}
]
}