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

FHIR IG analytics

Packagejohnmoehrke.testbundle.example
Resource TypeList
IdList-ex-ListX.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

hello world

Source1

{
  "resourceType": "List",
  "id": "ex-ListX",
  "meta": {
    "profile": [
      "http://johnmoehrke.github.io/testbundle/StructureDefinition/ListX"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "status": "current",
  "mode": "working",
  "subject": {
    "reference": "Patient/ex-Patient"
  },
  "entry": [
    {
      "item": {
        "reference": "DocumentReference/ex-DocumentReferenceX"
      }
    }
  ]
}