| Code | Description | 
|---|---|
| 401 | Unauthorized | 
| 500 | Server crashed for some <%= reason %> | 
GET /Patient/1?access_token=6b5h9crwD1EP2zzNDifB5GNZi1rgmU3vmjsdJE9G9BfhQUL3Pm7stAUvJCgwSbAb
200
{
  "resourceType": "Patient",
  "id": "1",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-03-23T19:36:17.299+00:00",
    "source": "#E1VolYkq84D3M96u",
    "profile": [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
    ]
  },
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": null,
            "code": "en-US"
          }
        ],
        "text": "English"
      }
    }
  ],
  "identifier": [
    {
      "system": null,
      "value": "1"
    }
  ],
  "gender": "female",
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "code": "UNK"
      }
    ]
  },
  "address": [
    {
      "line": [
        "1357, Amber Drive,"
      ],
      "postalCode": "97006",
      "city": "Beaverton",
      "state": "OR",
      "country": "US",
      "period": {
        "start": "2012-12-13"
      }
    }
  ],
  "birthDate": "1970-05-01",
  "name": [
    {
      "family": "Newman",
      "given": [
        "Alice",
        "Jones",
        "Alicia"
      ],
      "suffix": []
    },
    {
      "use": "old",
      "family": null,
      "given": [],
      "period": {
        "end": null
      }
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-723-1544",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "555-777-1234",
      "use": "mobile"
    },
    {
      "system": "email",
      "value": "anewman@carepaths.com",
      "use": "home"
    }
  ],
  "extension": [
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-genderIdentity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
            "code": "ASKU",
            "display": "asked but unknown"
          }
        ],
        "text": "asked but unknown"
      }
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-birthsex",
      "valueCode": "F"
    },
    {
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
      "extension": [
        {
          "url": "text",
          "valueString": "White"
        }
      ]
    },
    {
      "extension": [
        {
          "url": "text",
          "valueString": "Not Hispanic or Latino"
        }
      ],
      "url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    }
  ]
}
  | Param name | Description | 
|---|---|
| 
      access_token  required  | 
    
      
 CarePaths User OAuth Token Validations: 
  | 
  
| 
      id  optional  | 
    
      
 ID of requested patient Validations: 
  | 
  
List of resources
| Param name | Description | 
|---|---|
| 
      resource_type  required  | 
    
      
 Patient Validations: 
  | 
  
| 
      communication  required  | 
    
      
         Validations: 
  | 
  
| 
      identifier  required  | 
    
      
         Validations: 
  | 
  
| 
      gender  required  | 
    
      
         Validations: 
  | 
  
| 
      marital_status  required  | 
    
      
         Validations: 
  | 
  
| 
      address  required  | 
    
      
         Validations: 
  | 
  
| 
      birth_date  required  | 
    
      
         Validations: 
  | 
  
| 
      name  required  | 
    
      
         Validations: 
  | 
  
| 
      telecom  required  | 
    
      
         Validations: 
  | 
  
| 
      extension  required  | 
    
      
         Validations: 
  |