0.1.0 - ci-build
JohnMoehrkeTestBundle, published by John Moehrke (himself). This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/JohnMoehrke/testBundle/ and changes regularly. See the Directory of published versions
{
"resourceType" : "List",
"id" : "ex-ListX",
"meta" : {
"profile" : [
🔗 "http://johnmoehrke.github.io/testbundle/StructureDefinition/ListX"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">hello world</div>"
},
"status" : "current",
"mode" : "working",
"subject" : {
🔗 "reference" : "Patient/ex-Patient"
},
"entry" : [
{
"item" : {
🔗 "reference" : "DocumentReference/ex-DocumentReferenceX"
}
}
]
}