electronic Case Reporting (eCR) Implementation Guide: STU2 Ballot

This page is part of the electronic Case Reporting (eCR) (v0.2.0: STU 1 Ballot 2) based on FHIR R3. The current version which supercedes this version is 2.1.0. For a full list of available versions, see the Directory of published versions

JSON Format: Practitioner-ecr-practitioner-henry-seven

Raw json

{
  "resourceType" : "Practitioner",
  "id" : "ecr-practitioner-henry-seven",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-practitioner"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: ecr-practitioner-henry-seven</p><p><b>meta</b>: </p><p><b>identifier</b>: 1521001101</p><p><b>name</b>: Seven Henry </p><p><b>address</b>: BMass Doctors</p></div>"
  },
  "identifier" : [
    {
      "system" : "http://hl7.org.fhir/sid/us-npi",
      "value" : "1521001101"
    }
  ],
  "name" : [
    {
      "family" : "Henry",
      "given" : [
        "Seven"
      ],
      "suffix" : [
        "M.D."
      ]
    }
  ],
  "address" : [
    {
      "text" : "BMass Doctors",
      "line" : [
        "BMass Doctors",
        "2100 North Ave"
      ],
      "city" : "Burlington",
      "state" : "MA",
      "postalCode" : "02368",
      "country" : "US"
    }
  ]
}