haau3 FHIR Implementation Guide (HFIG)
1.0.0 - ci-build
haau3 FHIR Implementation Guide (HFIG) - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "Organization",
"id" : "ExamplePayorOrganization",
"meta" : {
"profile" : [
🔗 "https://haau3.com/fhir/StructureDefinition/payor-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization ExamplePayorOrganization</b></p><a name=\"ExamplePayorOrganization\"> </a><a name=\"hcExamplePayorOrganization\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-payor-organization.html\">Payor Organization</a></p></div><p><b>identifier</b>: CMS Contract ID/12345</p><p><b>name</b>: Example Health Plan</p></div>"
},
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "https://haau3.com/fhir/CodeSystem/payor-identifier-types-cs",
"code" : "cms-contract-id"
}
]
},
"system" : "http://example.org/cms-contract-id",
"value" : "12345"
}
],
"name" : "Example Health Plan"
}