Argo CGM Write
0.1.0 - ci-build International flag

Argo CGM Write, published by Argonaut. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cgm/ and changes regularly. See the Directory of published versions

: Example Patient - JSON Representation

Raw json | Download


{
  "resourceType" : "Patient",
  "id" : "patientExample",
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://example.org",
      "value" : "ee8d4ac0-545c-4501-8d7e-646bfbda1db5"
    }
  ],
  "name" : [
    {
      "family" : "Peters",
      "given" : [
        "Amy"
      ]
    }
  ],
  "gender" : "female",
  "birthDate" : "1964-06-20"
}