2nd DSTU Draft For Comment

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

Patient-uslab-example2.json

Raw JSON (canonical form)

Description: USLab PHPatient Profile Canonical Example: Todd Lerr

{
  "resourceType": "Patient",
  "id": "uslab-example2",
  "text": {
    "status": "generated",
    "div": "<div>!-- Snipped for Brevity --></div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-race",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "2106-3"
          }
        ]
      }
    },
    {
      "url": "http://hl7.org/fhir/ExtensionDefinition/us-core-ethnicity",
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "2135-2"
          }
        ]
      }
    }
  ],
  "identifier": [
    {
      "use": "usual",
      "system": "urn:oid:2.16.840.1.113883.3.72.5.30.2",
      "value": "18547545"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": [
        "Lerr"
      ],
      "given": [
        "Todd",
        "G."
      ],
      "suffix": [
        "Jr"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "(555)7259890",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "(555)7256030",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "2012-06-07",
  "deceasedBoolean": false,
  "address": [
    {
      "extension": [
        {
          "extension": [
            {
              "url": "http://example.org//iso21090-SC-coding",
              "valueCoding": {
                "system": "https://www.census.gov/geo/reference",
                "code": "42043"
              }
            }
          ],
          "url": "http://example.org/us-core-county"
        }
      ],
      "use": "home",
      "line": [
        "123 North 102nd Street",
        "Apt 4d"
      ],
      "city": "Harrisburg",
      "state": "PA",
      "postalCode": "17102",
      "country": "USA"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "code": "guardian"
            }
          ]
        }
      ],
      "name": {
        "family": [
          "Smith"
        ],
        "given": [
          "Bea",
          "G"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(555)7259890"
        }
      ],
      "address": {
        "extension": [
          {
            "extension": [
              {
                "url": "http://example.org//iso21090-SC-coding",
                "valueCoding": {
                  "system": "https://www.census.gov/geo/reference",
                  "code": "42043"
                }
              }
            ],
            "url": "http://example.org/us-core-county"
          }
        ],
        "use": "home",
        "line": [
          "123 North 102nd Street",
          "Apt 4d"
        ],
        "city": "Harrisburg",
        "state": "PA",
        "postalCode": "17102",
        "country": "USA"
      }
    }
  ]
}

Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.