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

FHIR IG analytics

Packagelogex.internal.fhir.profiles
Resource TypeList
Idmrdm-list-empty-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-empty",
  "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": "2",
        "display": "valid"
      }
    ]
  },
  "date": "2012-11-26T07:30:23+11:00",
  "source": {
    "reference": "Patient/example"
  },
  "emptyReason": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/list-empty-reason",
        "code": "closed",
        "display": "closed"
      }
    ]
  }
}