Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General FamilyMemberHistory Example - JSON Representation

Raw json | Download


{
  "resourceType" : "FamilyMemberHistory",
  "id" : "Example1",
  "meta" : {
    "lastUpdated" : "2013-07-29T14:58:45.000+05:30",
    "profile" : [
      🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-familyhistory-profile"
    ],
    "security" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code" : "N",
        "display" : "Normal"
      }
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "New",
        "display" : "New"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pencil",
        "display" : "Pencil"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "NewPencil",
        "display" : "New Pencil"
      }
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: FamilyMemberHistory Example1</b></p><a name=\"Example1\"> </a><a name=\"hcExample1\"> </a><a name=\"Example1-en-US\"> </a><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\">Last updated: 2013-07-29 14:58:45+0530</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-athena-familyhistory-profile.html\">AthenaFamilyMemberHistory</a></p><p style=\"margin-bottom: 0px\">Tags: New (Details: EditTags code New  = ' New ', stated as ' New '), Pencil (Details: EditTags code Pencil  = ' Pencil ', stated as ' Pencil '), New Pencil (Details: EditTags code NewPencil  = ' NewPencil ', stated as ' New Pencil ')</p><p style=\"margin-bottom: 0px\">Security Label: Normal (Details: Confidentiality code N  = ' normal ', stated as ' Normal ')</p></div><p><b>identifier</b>: Unspecified Identifier/6</p><p><b>status</b>: Partial</p><p><b>patient</b>: <a href=\"Patient-Example1.html\">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>date</b>: 2013-07-29 14:58:45+0530</p><p><b>relationship</b>: <span title=\"Codes:{http://snomed.info/sct 60614009}\">Full Brother</span></p><p><b>sex</b>: <span title=\"Codes:{http://hl7.org/fhir/administrative-gender male}\">Male</span></p><p><b>note</b>: Right wrist has a little bit of swelling</p><h3>Conditions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://snomed.info/sct 275104002}\">FH STROKE</span></td></tr></table></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/FamilyMemberHistoryId/Training",
      "value" : "6"
    }
  ],
  "status" : "partial",
  "_status" : {
    "extension" : [
      {
        "url" : "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode",
        "valueCoding" : {
          "system" : "https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/familyhistorystatus",
          "code" : "P",
          "display" : "Partial"
        }
      }
    ]
  },
  "patient" : {
    🔗 "reference" : "Patient/Example1"
  },
  "date" : "2013-07-29T14:58:45+05:30",
  "relationship" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "60614009",
        "display" : "Full Brother"
      }
    ],
    "text" : "Full Brother"
  },
  "sex" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/administrative-gender",
        "code" : "male",
        "display" : "Male"
      }
    ],
    "text" : "Male"
  },
  "note" : [
    {
      "text" : "Right wrist has a little bit of swelling"
    }
  ],
  "condition" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "275104002",
            "display" : "Family history of stroke"
          }
        ],
        "text" : "FH STROKE"
      }
    }
  ]
}