Document Header

OID: N/A

LOINCs: #{}

Alias: header

Entries Required: N/A

Internal ID: Header

sample1

json
{
  "subject" : {
    "address" : [ {
      "line" : [ "1007 Amber Dr" ],
      "use" : "home",
      "city" : "Beaverton",
      "state" : "OR",
      "postalCode" : "97266",
      "country" : "US"
    }, {
      "line" : [ "1002 Oak Dr" ],
      "use" : "old",
      "city" : "Washington",
      "state" : "DC",
      "postalCode" : "3423423",
      "country" : "US",
      "period" : {
        "start" : "2017-09-21",
        "end" : "2019-09-21"
      }
    } ],
    "name" : [ {
      "given" : [ "Rabecca", "Jones" ],
      "family" : "Angeles",
      "use" : "official",
      "suffix" : null
    }, {
      "given" : [ "Becky", "Jones" ],
      "family" : "Angeles",
      "use" : "old",
      "suffix" : null
    } ],
    "birthDate" : "1970-07-01",
    "resourceType" : "Patient",
    "extension" : [ {
      "extension" : [ {
        "value" : {
          "Coding" : {
            "code" : "2106-3",
            "display" : "White",
            "system" : "urn:oid:2.16.840.1.113883.6.238"
          }
        },
        "url" : "ombCategory"
      }, {
        "value" : {
          "Coding" : {
            "code" : "2108-9",
            "display" : "White European",
            "system" : "urn:oid:2.16.840.1.113883.6.238"
          }
        },
        "url" : "detailed"
      } ],
      "url" : "https://hl7.org/fhir/us/core/StructureDefinition/us-core-race"
    }, {
      "value" : {
        "Coding" : {
          "code" : "2186-5",
          "display" : "Mexican",
          "system" : "urn:oid:2.16.840.1.113883.6.238"
        }
      },
      "url" : "https://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity"
    } ],
    "id" : "patient",
    "identifier" : [ {
      "value" : "118283339",
      "system" : "http://hl7.org/fhir/sid/us-ssn"
    } ],
    "telecom" : [ {
      "system" : "phone",
      "value" : "+1(555)-225-1234",
      "use" : "mobile"
    }, {
      "system" : "phone",
      "value" : "+1(555)-226-1544",
      "use" : "home"
    } ],
    "gender" : "female",
    "maritalStatus" : {
      "coding" : [ {
        "code" : "UNK",
        "display" : "Unknown",
        "system" : "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"
      } ]
    }
  },
  "composition" : {
    "identifier" : {
      "value" : "TT107",
      "system" : "urn:oid:2.16.840.1.113883.19.5.99999.1",
      "extension" : [ {
        "url" : "cda-assigning-authority-name",
        "value" : {
          "string" : "ABC"
        }
      } ]
    }
  },
  "custodian" : {
    "name" : "Community Health and Hospitals",
    "telecom" : [ {
      "system" : "phone",
      "value" : "+1(555)-555-1002",
      "use" : "work"
    } ],
    "identifier" : [ {
      "system" : "http://hl7.org/fhir/sid/us-npi",
      "value" : "99998899"
    } ],
    "address" : [ {
      "line" : [ "1002 Healthcare Dr" ],
      "use" : "work",
      "city" : "Beaverton",
      "state" : "OR",
      "postalCode" : "97266",
      "country" : "US"
    } ],
    "id" : "SOME-STRING",
    "resourceType" : "Organization"
  },
  "authors" : [ {
    "practitioner" : {
      "name" : [ {
        "given" : [ "Henry" ],
        "family" : "Seven",
        "use" : "official"
      } ],
      "address" : [ {
        "line" : [ "1002 Healthcare Dr" ],
        "city" : "Beaverton",
        "state" : "OR",
        "postalCode" : "97266",
        "country" : "US"
      } ],
      "telecom" : [ {
        "system" : "phone",
        "value" : "+1(555)-555-1002",
        "use" : "work"
      } ],
      "id" : "ca3e2395-79e9-d8a4-783d-252892f31fb7",
      "identifier" : [ {
        "value" : "111111",
        "system" : "http://hl7.org/fhir/sid/us-npi"
      } ],
      "resourceType" : "Practitioner"
    },
    "specialty" : [ {
      "text" : "Chronic Disease Hospital",
      "coding" : [ {
        "code" : "281P00000X",
        "display" : "Chronic Disease Hospital",
        "system" : "http://hl7.org/fhir/ValueSet/provider-taxonomy"
      } ]
    } ],
    "id" : "dc6a82a9-8999-f7c9-b73d-160351225091",
    "resourceType" : "PractitionerRole",
    "period" : {
      "start" : "2015-06-22"
    }
  } ]
}

C-CDA Equivalent: ```xml Document Title US OR Beaverton 97266 1007 Amber Dr US DC Washington 3423423 1002 Oak Dr Rabecca Jones Angeles Becky Jones Angeles Community Health and Hospitals US OR Beaverton 97266 1002 Healthcare Dr