Argonaut Data Query Implementation Guide Version 1.0.0

This page is part of the Argonaut Data Query Implementation Guide (v1.0.0: Release) based on FHIR R2. This is the current published version. For a full list of available versions, see the Directory of published versions

{title?}

{
  "resourceType" : "Patient",
  "id" : "peter-chalmers",
  "meta" : {
    "profile" : [
      "http://fhir.org/guides/argonaut/StructureDefinition/argo-patient"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns="http://www.w3.org/1999/xhtml">
			<p>
				<b>Generated Narrative with Details</b>
			</p>
			<p>
				<b>id</b>: peter-chalmers</p>
			<p>
				<b>active</b>: true</p>
			<p>
				<b>http://hospital.smarthealthit.org MRN</b>: 1032702 </p>
			<p>
				<b>birthsex</b>: Male</p>
			<p>
				<b>birthdate</b>: June 19, 1964</p>
			<p>
				<b>name</b>: Peter James Chalmers (OFFICIAL)</p>
			<p>
				<b>telecom</b>: ph: (555)555-5555 (WORK), person@example.org (WORK)</p>
			<p>
				<b>address</b>: 534 Erewhon St, PleasantVille, CA 96666 (HOME)</p>
			<p>
				<b>race</b>:Mixed  (White, American Indian or Alaska Native, Asian, Shoshone, Filipino)</p>
			<p>
				<b>ethnicity</b>:Hispanic  (Hispanic or Latino, Dominican, Mexican)</p>
			<p>
				<b>Communication Language</b>: English</p>
		</div>"
  },
  "extension" : [
    {
      "url" : "http://fhir.org/guides/argonaut/StructureDefinition/argo-race",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Race",
            "code" : "2106-3",
            "display" : "White"
          }
        },
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Race",
            "code" : "1002-5",
            "display" : "American Indian or Alaska Native"
          }
        },
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Race",
            "code" : "2028-9",
            "display" : "Asian"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Race",
            "code" : "1586-7",
            "display" : "Shoshone"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Race",
            "code" : "2036-2",
            "display" : "Filipino"
          }
        },
        {
          "url" : "text",
          "valueString" : "Mixed"
        }
      ]
    },
    {
      "url" : "http://fhir.org/guides/argonaut/StructureDefinition/argo-ethnicity",
      "extension" : [
        {
          "url" : "ombCategory",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Ethnicity",
            "code" : "2135-2",
            "display" : "Hispanic or Latino"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Ethnicity",
            "code" : "2184-0",
            "display" : "Dominican"
          }
        },
        {
          "url" : "detailed",
          "valueCoding" : {
            "system" : "http://fhir.org/guides/argonaut/v3/Ethnicity",
            "code" : "2148-5",
            "display" : "Mexican"
          }
        },
        {
          "url" : "text",
          "valueString" : "Hispanic"
        }
      ]
    },
    {
      "url" : "http://fhir.org/guides/argonaut/StructureDefinition/argo-birthsex",
      "valueCode" : "M"
    }
  ],
  "identifier" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/v2/0203",
            "code" : "MR",
            "display" : "Medical Record Number"
          }
        ],
        "text" : "Medical Record Number"
      },
      "system" : "http://hospital.smarthealthit.org",
      "value" : "1032702"
    }
  ],
  "active" : true,
  "name" : [
    {
      "use" : "official",
      "family" : [
        "Chalmers"
      ],
      "given" : [
        "Peter",
        "James"
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "(555)555-5555",
      "use" : "work"
    },
    {
      "extension" : [
        {
          "url" : "http://hl7.org/fhir/StructureDefinition/us-core-direct",
          "valueBoolean" : true
        }
      ],
      "system" : "email",
      "value" : "person@example.org",
      "use" : "work"
    }
  ],
  "gender" : "male",
  "birthDate" : "1964-06-19",
  "address" : [
    {
      "use" : "home",
      "line" : [
        "534 Erewhon St"
      ],
      "city" : "PleasantVille",
      "district" : "Orange County",
      "state" : "CA",
      "postalCode" : "96666"
    }
  ],
  "communication" : [
    {
      "language" : {
        "coding" : [
          {
            "system" : "urn:ietf:bcp:47",
            "code" : "en",
            "display" : "English"
          }
        ],
        "text" : "English"
      }
    }
  ]
}