Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Page values for "References/Healthcare Service"

From OHC Network Wiki
More languages
More actions

"Docs" values

1 row is stored for this page
FieldField typeValue
TitleStringHealthcare Service
DocTypeStringreference
DomainStringfacility
SummaryText
SidebarOrderInteger6
IntroducedInString3.0
DeprecatedInString
FHIRResourceString
ModelStringHealthcareService
SourceFileString
StatusStringcurrent

"ModelField" values

8 rows are stored for this page
FieldField typeValue
ModelStringHealthcareService
SectionStringIdentity & classification
FieldStringname
FieldTypeStringCharField(1024)
NotesTextDisplay name. Required on write; no default
FieldField typeValue
ModelStringHealthcareService
SectionStringIdentity & classification
FieldStringservice_type
FieldTypeStringJSONField → Coding
NotesTextHolds one FHIR-style <code>Coding</code> object, not a string. Defaults to <code>{}</code>. In the API it is a <code>ValueSetBoundCoding</code> bound to the '''Healthcare Service Type Code''' value set (below). Optional (<code>None</code>)
FieldField typeValue
ModelStringHealthcareService
SectionStringIdentity &amp; classification
FieldStringinternal_type
FieldTypeStringCharField(255)
NotesTextNullable, default <code>None</code>. The API constrains it to the <code>HealthcareServiceInternalType</code> enum (<code>pharmacy</code> / <code>lab</code> / <code>scheduling</code> / <code>store</code>); the column does not
FieldField typeValue
ModelStringHealthcareService
SectionStringIdentity &amp; classification
FieldStringextra_details
FieldTypeStringTextField
NotesTextFree text. Not nullable and no DB default, so write specs require a value — an empty string counts
FieldField typeValue
ModelStringHealthcareService
SectionStringScope &amp; placement
FieldStringfacility
FieldTypeStringFK → facility.Facility
NotesText<code>PROTECT</code>; nullable (<code>default=None</code>, <code>blank=True</code>). Excluded from every spec (<code>__exclude__ = [&quot;facility&quot;]</code>) and set server-side from the URL context — never from the request body
FieldField typeValue
ModelStringHealthcareService
SectionStringScope &amp; placement
FieldStringlocations
FieldTypeStringArrayField[int]
NotesTextDefaults to <code>[]</code>. Holds <code>FacilityLocation</code> '''primary-key integers''', not FK rows. Write specs take location <code>external_id</code>s (UUIDs); retrieve specs return serialized location objects
FieldField typeValue
ModelStringHealthcareService
SectionStringScope &amp; placement
FieldStringmanaging_organization
FieldTypeStringFK → emr.FacilityOrganization
NotesText<code>PROTECT</code>; nullable. The facility-scoped org (department/team) responsible for the service. Write specs take its <code>external_id</code> (UUID), resolved server-side
FieldField typeValue
ModelStringHealthcareService
SectionStringPresentation
FieldStringstyling_metadata
FieldTypeStringJSONField → dict
NotesTextNullable in the DB; defaults to <code>{}</code> in the specs. An open JSON bag of UI hints (colors, icons) with no backend semantics