Implementation Guide
23.0.0 - R4 APIs

Publish Box goes here

: Observation Example supporting USCDI Tribal Affiliation - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "tribalAffiliation-Example1",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-tribal-affiliation"🔗 ,
      "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation tribalAffiliation-Example1</b></p><a name=\"tribalAffiliation-Example1\"> </a><a name=\"hctribalAffiliation-Example1\"> </a><a name=\"tribalAffiliation-Example1-en-US\"> </a><p><b>identifier</b>: Unspecified Identifier/tribalAffiliation-Example1</p><p><b>status</b>: Final</p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/observation-category social-history}\">Social History</span></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 95370-3}\">Tribal Affiliation</span></p><p><b>subject</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>effective</b>: 2023-08-22 02:46:06-0700</p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS  338}\">Native Village of Afognak</span></p></div>"
  },
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "U",
            "display" : "Unspecified Identifier"
          }
        ],
        "text" : "Unspecified Identifier"
      },
      "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/ObservationId/1000-4-9390",
      "value" : "tribalAffiliation-Example1"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "95370-3",
        "display" : "Tribal Affiliation"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "effectiveDateTime" : "2023-08-22T02:46:06-07:00",
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-TribalEntityUS ",
        "code" : "338",
        "display" : "Native Village of Afognak"
      }
    ],
    "text" : "Native Village of Afognak"
  }
}