FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.military-service
Resource TypePatient
IdPatient-philip-scott-example-veteran.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Patient philip-scott-example-veteran

Profile: US Veteran

Scott Example Philip Male, DoB: 1954-01-22 ( Medical Record Number: 1032702 (use: usual, ))


Active:true
Contact Detail
us-veteran-statustrue
US Core Ethnicity Extension:
US Core Birth Sex ExtensionM
US Core Race Extension:

Source1

{
  "resourceType": "Patient",
  "id": "philip-scott-example-veteran",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/military-service/StructureDefinition/usveteran"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "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": "2054-5",
            "display": "Black or African American"
          }
        },
        {
          "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": "Philip",
      "given": [
        "Scott",
        "Example"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "home"
    },
    {
      "system": "email",
      "value": "sam.share@veterans-org.com"
    }
  ],
  "gender": "male",
  "birthDate": "1954-01-22",
  "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"
      }
    }
  ]
}