National Healthcare Directory Attestation and Verification
1.0.0-ballot - ballot US

This page is part of the National Healthcare Directory Attestation (v1.0.0-ballot: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Dynamic Client Registration Scenario - JSON Representation

Active as of 2022-08-09

Raw json | Download


{
  "resourceType" : "ExampleScenario",
  "id" : "RsW5oCHfnQejTw9Jd",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: ExampleScenario</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource ExampleScenario \"RsW5oCHfnQejTw9Jd\" </p></div><p><b>url</b>: <code>http://hl7.org/fhir/us/directory-attestation/ExampleScenario/RsW5oCHfnQejTw9Jd</code></p><p><b>version</b>: 1.0.0-ballot</p><p><b>status</b>: active</p><p><b>date</b>: 2022-08-09 12:52:38+0000</p><p><b>publisher</b>: HL7 Patient Administration Working Group</p><p><b>contact</b>: HL7 Patient Administration Working Group: <a href=\"https://www.hl7.org/Special/committees/pafm\">https://www.hl7.org/Special/committees/pafm</a>,<a href=\"mailto:pafm@lists.HL7.org\">pafm@lists.HL7.org</a></p><p><b>jurisdiction</b>: United States of America <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (unknown#US)</span></p><blockquote><p><b>actor</b></p><p><b>actorId</b>: m6AJtyEk6sSsHWLjt</p><p><b>type</b>: entity</p><p><b>name</b>: St. Jame’s Infirmary</p></blockquote><blockquote><p><b>actor</b></p><p><b>actorId</b>: fZzusFYr3PBYyRnot</p><p><b>type</b>: person</p><p><b>name</b>: Allison Camron, MD</p></blockquote><blockquote><p><b>instance</b></p><p><b>resourceId</b>: l4bjaZGQfeNfhAEpb</p><p><b>resourceType</b>: Location</p><p><b>name</b>: 456 Main Street Anytown CT 00014-1234</p></blockquote><blockquote><p><b>instance</b></p><p><b>resourceId</b>: hsEk35Ayonz755t6u</p><p><b>resourceType</b>: HealthcareService</p><p><b>name</b>: Emergency Medicine Physician</p></blockquote><blockquote><p><b>instance</b></p><p><b>resourceId</b>: etKzBJvzbeHDZi7Gd</p><p><b>resourceType</b>: Endpoint</p><p><b>name</b>: St. James Portal</p></blockquote></div>"
  },
  "url" : "http://hl7.org/fhir/us/directory-attestation/ExampleScenario/RsW5oCHfnQejTw9Jd",
  "version" : "1.0.0-ballot",
  "status" : "active",
  "date" : "2022-08-09T12:52:38+00:00",
  "publisher" : "HL7 Patient Administration Working Group",
  "contact" : [
    {
      "name" : "HL7 Patient Administration Working Group",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.org/Special/committees/pafm"
        },
        {
          "system" : "email",
          "value" : "pafm@lists.HL7.org"
        }
      ]
    }
  ],
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "actor" : [
    {
      "actorId" : "m6AJtyEk6sSsHWLjt",
      "type" : "entity",
      "name" : "St. Jame’s Infirmary"
    },
    {
      "actorId" : "fZzusFYr3PBYyRnot",
      "type" : "person",
      "name" : "Allison Camron, MD"
    }
  ],
  "instance" : [
    {
      "resourceId" : "l4bjaZGQfeNfhAEpb",
      "resourceType" : "Location",
      "name" : "456 Main Street Anytown CT 00014-1234"
    },
    {
      "resourceId" : "hsEk35Ayonz755t6u",
      "resourceType" : "HealthcareService",
      "name" : "Emergency Medicine Physician"
    },
    {
      "resourceId" : "etKzBJvzbeHDZi7Gd",
      "resourceType" : "Endpoint",
      "name" : "St. James Portal"
    }
  ]
}