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

FHIR IG analytics

Packagelogex.internal.fhir.profiles
Resource TypeList
Idmrdm-list-example.json
FHIR VersionR3

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}