This page is part of the FHIR Specification (v0.11: DSTU 1 Ballot 3). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions

 

PHR Example

Raw JSON

{
  "Conformance":{
    "text":{
      "status":{
        "value":"generated"
      },
      "div":"<div>\n     <p>Prototype Conformance Statement for September 2013 Connectathon<\/p>\n     <p>The server offers read and search support on the following resource types:<\/p>\n     <ul>\n      <li>Patient<\/li>\n      <li>DocumentReference<\/li>\n      <li>Condition<\/li>\n      <li>DiagnosticReport<\/li>\n    <\/ul>\n    <\/div>"
    },
    "publisher":{
      "value":"FHIR Project"
    },
    "telecom":[
      {
        "system":{
          "value":"url"
        },
        "value":{
          "value":"http://hl7.org/fhir"
        }
      }
    ],
    "description":{
      "value":"Prototype Conformance Statement for September 2013 Connectathon"
    },
    "date":{
      "value":"2013-06-18"
    },
    "fhirVersion":{
      "value":"0.09"
    },
    "acceptUnknown":{
      "value":false
    },
    "format":[
      {
        "value":"json"
      },
      {
        "value":"xml"
      }
    ],
    "rest":[
      {
        "mode":{
          "value":"server"
        },
        "documentation":{
          "value":"Protoype server conformance statement for September 2013 Connectathon"
        },
        "security":{
          "service":[
            {
              "text":{
                "value":"OAuth"
              }
            }
          ],
          "description":{
            "value":"We recommend that PHR servers use standard OAuth using a          standard 3rd party provider. We are not testing the ability to provide an          OAuth authentication/authorisation service itself, and nor is providing          any security required for the connectathon at all"
          }
        },
        "resource":[
          {
            "type":{
              "value":"Patient"
            },
            "operation":[
              {
                "code":{
                  "value":"read"
                }
              },
              {
                "code":{
                  "value":"search"
                },
                "documentation":{
                  "value":"When a client searches patients with no search criteria, they get a list of all patients they have access too. Servers may elect to offer additional search parameters, but this is not required"
                }
              }
            ]
          },
          {
            "type":{
              "value":"DocumentReference"
            },
            "operation":[
              {
                "code":{
                  "value":"read"
                }
              },
              {
                "code":{
                  "value":"search"
                }
              }
            ],
            "searchParam":[
              {
                "name":{
                  "value":"_id"
                },
                "type":{
                  "value":"token"
                },
                "documentation":{
                  "value":"_id parameter always supported. For the connectathon, servers may elect which search parameters are supported"
                }
              }
            ]
          },
          {
            "type":{
              "value":"Condition"
            },
            "operation":[
              {
                "code":{
                  "value":"read"
                }
              },
              {
                "code":{
                  "value":"search"
                }
              }
            ],
            "searchParam":[
              {
                "name":{
                  "value":"_id"
                },
                "type":{
                  "value":"token"
                },
                "documentation":{
                  "value":"Standard _id parameter"
                }
              }
            ]
          },
          {
            "type":{
              "value":"DiagnosticReport"
            },
            "operation":[
              {
                "code":{
                  "value":"read"
                }
              },
              {
                "code":{
                  "value":"search"
                }
              }
            ],
            "searchParam":[
              {
                "name":{
                  "value":"_id"
                },
                "type":{
                  "value":"token"
                },
                "documentation":{
                  "value":"Standard _id parameter"
                }
              },
              {
                "name":{
                  "value":"service"
                },
                "type":{
                  "value":"token"
                },
                "documentation":{
                  "value":"which diagnostic discipline/department created the report"
                }
              }
            ]
          }
        ]
      }
    ]
  }
}