HL7 FHIR Implementation Guide: Military Service History and Status Release 1 - US Realm | STU1 Ballot
0.1.0 - STU1 Ballot

This page is part of the HL7 FHIR Implementation Guide for Military Service History and Status (v0.1.0: STU 1 Ballot 1) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: sam-share-ssgt-veteran - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "sam-share-ssgt-veteran",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/us/military-service/StructureDefinition/usveteran"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>us-veteran-status</b>: true</p><blockquote><p><b>US Core Race Extension</b></p><p><b>value</b>: <span title=\"{urn:oid:2.16.840.1.113883.6.238 2106-3}\">White</span></p><p><b>value</b>: Mixed</p><p><b>value</b>: <span title=\"{urn:oid:2.16.840.1.113883.6.238 2036-2}\">Filipino</span></p></blockquote><blockquote><p><b>US Core Ethnicity Extension</b></p><p><b>value</b>: <span title=\"{urn:oid:2.16.840.1.113883.6.238 2135-2}\">Hispanic or Latino</span></p><p><b>value</b>: Hispanic or Latino</p><p><b>value</b>: <span title=\"{urn:oid:2.16.840.1.113883.6.238 2184-0}\">Dominican</span></p></blockquote><p><b>US Core Birth Sex Extension</b>: M</p><p><b>identifier</b>: Medical Record Number: 1032702 (USUAL)</p><p><b>active</b>: true</p><p><b>name</b>: Sam V. Share , Sam V. Share </p><p><b>telecom</b>: ph: 555-555-5555(HOME), <a href=\"mailto:sam.share@veterans-org.com\">sam.share@veterans-org.com</a></p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1987-02-20</p><p><b>address</b>: </p><ul><li>49 Pleasant Hill St Anytowm NH 03088 US </li><li>183 Mountain View St Anytown NH 03088 US </li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/military-service/StructureDefinition/military-service-veteran-status",
      "valueBoolean" : true
    },
    {
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "text",
          "valueString" : "Mixed"
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2036-2",
            "display" : "Filipino"
          }
        }
      ],
      "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" : "2135-2",
            "display" : "Hispanic or Latino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Hispanic or Latino"
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "urn:oid:2.16.840.1.113883.6.238",
            "code" : "2184-0",
            "display" : "Dominican"
          }
        }
      ],
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    },
    {
      "url" : "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode" : "M"
    }
  ],
  "identifier" : [
    {
      "use" : "usual",
      "type" : {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "urn:oid:1.1.1.1.1",
      "value" : "1032702"
    }
  ],
  "active" : true,
  "name" : [
    {
      "family" : "Share",
      "given" : [
        "Sam",
        "V."
      ],
      "suffix" : [
        "Ssgt"
      ],
      "period" : {
        "start" : "2016-12-06",
        "end" : "2020-07-22"
      }
    },
    {
      "family" : "Share",
      "given" : [
        "Sam",
        "V."
      ],
      "suffix" : [
        "Retired Ssgt"
      ],
      "period" : {
        "start" : "2020-07-22"
      }
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "555-555-5555",
      "use" : "home"
    },
    {
      "system" : "email",
      "value" : "sam.share@veterans-org.com"
    }
  ],
  "gender" : "male",
  "birthDate" : "1987-02-20",
  "address" : [
    {
      "line" : [
        "49 Pleasant Hill St"
      ],
      "city" : "Anytowm",
      "state" : "NH",
      "postalCode" : "03088",
      "country" : "US",
      "period" : {
        "start" : "2016-12-06",
        "end" : "2020-07-22"
      }
    },
    {
      "line" : [
        "183 Mountain View St"
      ],
      "city" : "Anytown",
      "state" : "NH",
      "postalCode" : "03088",
      "country" : "US",
      "period" : {
        "start" : "2020-07-22"
      }
    }
  ]
}