Implementation Guide
25.0.0 - R4 APIs

Publish Box goes here

: Observation Example for Travel History - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "Example18",
  "meta" : {
    "versionId" : "Example18",
    "lastUpdated" : "2025-02-11T03:40:48.459-08:00",
    "profile" : [
      🔗 "https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-observation-profile",
      "http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation"
    ],
    "tag" : [
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Removed",
        "display" : "Removed"
      },
      {
        "system" : "https://docs.mydata.athenahealth.com/fhir-r4/codesystem/athenaFlex/EditTags",
        "code" : "Pen",
        "display" : "Pen"
      }
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation Example18</b></p><a name=\"Example18\"> </a><a name=\"hcExample18\"> </a><a name=\"Example18-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\">version: Example18; Last updated: 2025-02-11 03:40:48-0800</p><p style=\"margin-bottom: 0px\">Profiles: <a href=\"StructureDefinition-athena-observation-profile.html\">Measurements and simple assertions</a>, <code>http://hl7.org/fhir/us/ecr/StructureDefinition/travel-history-observation</code></p><p style=\"margin-bottom: 0px\">Tags: Removed (Details: EditTags code Removed), Pen (Details: EditTags code Pen)</p></div><p><b>identifier</b>: Unspecified Identifier/2054864448806740</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://snomed.info/sct 420008001}\">Travel History</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>: 2025-02-02 00:00:00-0800 --&gt; 2025-02-07 00:00:00-0800</p><blockquote><p><b>component</b></p><p><b>org/fhir/us/ecr/StructureDefinition/us-ph-address-extension</b>: shs ber 43555 Bermuda </p><p><b>code</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationType LOC}\">Location</span></p><p><b>value</b>: <span title=\"Codes:{urn:iso:std:iso:3166 BMU}\">Bermuda</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 280147009}\">Type of activity (attribute)</span></p><p><b>value</b>: <span title=\"Codes:{PHIN VS PHC386}\">Business</span></p></blockquote></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/Training",
      "value" : "2054864448806740"
    }
  ],
  "status" : "final",
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/observation-category",
          "code" : "social-history",
          "display" : "Social History"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "420008001",
        "display" : "Travel"
      }
    ],
    "text" : "Travel History"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example1"
  },
  "effectivePeriod" : {
    "start" : "2025-02-02T00:00:00-08:00",
    "end" : "2025-02-07T00:00:00-08:00"
  },
  "component" : [
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/us/ecr/StructureDefinition/us-ph-address-extension",
          "valueAddress" : {
            "city" : "shs",
            "state" : "ber",
            "postalCode" : "43555",
            "country" : "Bermuda"
          }
        }
      ],
      "code" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationType",
            "code" : "LOC",
            "display" : "Location"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:iso:std:iso:3166",
            "code" : "BMU",
            "display" : "Bermuda"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "280147009",
            "display" : "Type of activity (attribute)"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "PHIN VS",
            "code" : "PHC386",
            "display" : "Business"
          }
        ]
      }
    }
  ]
}