Implementation Guide Template
{
"resourceType" : "ImplementationGuide",
"id" : "ig",
"text" : {
"status" : "generated",
"div" : "<div xmlns="http://www.w3.org/1999/xhtml"><h2>Implementation Guide Template</h2><p>The official URL for this implementation guide is: </p><pre>http://hl7.org/fhir/ig</pre></div>"
},
"url" : "http://hl7.org/fhir/ig",
"name" : "Implementation Guide Template",
"status" : "draft",
"experimental" : true,
"publisher" : "FHIR Project",
"definition" : {
"package" : [
{
"name" : "base"
}
],
"page" : {
"nameUrl" : "index.html",
"title" : "Home Page"
}
}
}