Implementation Guide (Release 0.2.0 )

This page is part of the Patient Reported Outcomes (PRO) FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

JSON Format: ImplementationGuide-ig

Raw json

{
  "resourceType" : "ImplementationGuide",
  "id" : "hl7.fhir.us.patient-reported-outcomes-0.2.0",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>PatientReportedOutcomes</h2><p>The official URL for this implementation guide is: </p><pre>http://hl7.org/fhir/us/patient-reported-outcomes/ImplementationGuide/ig</pre></div>"
  },
  "url" : "http://hl7.org/fhir/us/patient-reported-outcomes/ImplementationGuide/ig",
  "version" : "0.2.0",
  "name" : "PatientReportedOutcomes",
  "title" : "Patient Reported Outcomes",
  "status" : "draft",
  "publisher" : "HL7 International - FHIR Infrastructure Work Group",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "other",
          "value" : "http://hl7.org/Special/committees/fiwg"
        }
      ]
    }
  ],
  "copyright" : "Used by permission of HL7, all rights reserved Creative Commons License",
  "packageId" : "hl7.fhir.us.patient-reported-outcomes",
  "license" : "CC0-1.0",
  "fhirVersion" : [
    "4.0.0"
  ],
  "dependsOn" : [
    {
      "uri" : "http://hl7.org/fhir/uv/sdc",
      "packageId" : "hl7.fhir.uv.sdc",
      "version" : "current"
    }
  ],
  "definition" : {
    "resource" : [
      {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/implementationguide-page",
            "valueUri" : "CapabilityStatement-server.html"
          }
        ],
        "reference" : {
          "reference" : "CapabilityStatement/server"
        },
        "exampleBoolean" : false
      }
    ],
    "page" : {
      "nameUrl" : "index.md",
      "title" : "PRO Homepage",
      "generation" : "markdown"
    }
  }
}