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: Patient-ecr-patient-eve-everywoman

Raw json

{
  "resourceType" : "Patient",
  "id" : "ecr-patient-eve-everywoman",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/ecr/StructureDefinition/ecr-patient"
    ]
  },
  "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-patient-eve-everywoman</p><p><b>meta</b>: </p><p><b>identifier</b>: Medical Record Number = 1032702 (USUAL), SSN = 11-00-1234 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Eve L Everywoman </p><p><b>telecom</b>: ph: 1-(404)555-1212(HOME), eve.everywoman@example.com</p><p><b>gender</b>: female</p><p><b>birthDate</b>: 24/11/1974</p><p><b>address</b>: 5101 Peachtree St NE Atlanta GA 30302 US </p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "text",
          "valueString" : "White"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2186-5",
            "display" : "Not Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Not Hispanic or Latino"
        }
      ]
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "F"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "1032702"
    },
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/identifier-type",
            "code" : "SB",
            "display" : "Social Beneficiary Identifier"
          }
        ],
        "text" : "SSN"
      },
      "system" : "http://hl7.org/fhir/sid/us-ssn",
      "value" : "11-00-1234"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Everywoman",
      "given" : [
        "Eve",
        "L"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "1-(404)555-1212",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "eve.everywoman@example.com"
    }
  ],
  "gender" : "female",
  "birthDate" : "1974-11-24",
  "address" : [
    {
      "line" : [
        "5101 Peachtree St NE"
      ],
      "city" : "Atlanta",
      "state" : "GA",
      "postalCode" : "30302",
      "country" : "US"
    }
  ]
}