JohnMoehrke RelatedPerson Consent
0.1.0 - ci-build International flag

JohnMoehrke RelatedPerson Consent, 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/RelatedPersonConsent/ and changes regularly. See the Directory of published versions

: Example Organization holding the data - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "ex-organization",
  "meta" : {
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActReason",
        "code" : "HTEST"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ex-organization</b></p><a name=\"ex-organization\"> </a><a name=\"hcex-organization\"> </a><a name=\"ex-organization-en-US\"> </a><p><b>active</b>: true</p><p><b>name</b>: somewhere org</p></div>"
  },
  "active" : true,
  "name" : "somewhere org"
}