EHR_STATUS

An EHR_STATUS resource

  • archetype_node_id
    Type: string
    required
  • is_modifiable
    Type: boolean
    required
  • is_queryable
    Type: boolean
    required
  • name
    required
    • _type
      Discriminator
      enum
      const:  
      DV_TEXT
      required
      values
      • DV_TEXT
    • value
      Type: string
      required
    • encoding
      Type: object · CODE_PHRASE
    • formatting
      Type: string
    • hyperlink
      • _type
        Discriminator
        enum
        const:  
        DV_URI
        required
        values
        • DV_URI
      • value
        Type: string
        required
    • language
      Type: object · CODE_PHRASE
    • mappings
      Type: array object[] · TERM_MAPPING[]
  • subject
    required
    • _type
      Discriminator
      enum
      const:  
      PARTY_SELF
      required
      values
      • PARTY_SELF
    • external_ref
      Type: object · PARTY_REF

      Identifier for parties in a demographic or identity service.

  • _type
    Type: string
  • archetype_details
    Type: object · ARCHETYPED
    • archetype_id
      Type: object · ARCHETYPE_ID
      required
    • rm_version
      Type: string
      required
    • template_id
      Type: object · TEMPLATE_ID
  • feeder_audit
    Type: object · FEEDER_AUDIT
    • originating_system_audit
      Type: object · FEEDER_AUDIT_DETAILS
      required
    • feeder_system_audit
      Type: object · FEEDER_AUDIT_DETAILS
    • feeder_system_item_ids
      Type: array object[] · DV_IDENTIFIER[]

      Type for representing identifiers of real-world entities. Typical identifiers include drivers licence number, social security number, veterans affairs number, prescription id, order id, and so on.

      DV_IDENTIFIER is used to represent any identifier of a real thing, issued by some authority or agency.

    • original_content
      • _type
        Discriminator
        enum
        const:  
        DV_MULTIMEDIA
        required
        values
        • DV_MULTIMEDIA
      • media_type
        Type: object · CODE_PHRASE
        required
      • size
        Type: integer
        required

        Integer numbers.

      • alternate_text
        Type: string
      • charset
        Type: object · CODE_PHRASE
      • compression_algorithm
        Type: object · CODE_PHRASE
      • data
        Type: string
      • integrity_check
        Type: string
      • integrity_check_algorithm
        Type: object · CODE_PHRASE
      • language
        Type: object · CODE_PHRASE
      • thumbnail
        Type: object · DV_MULTIMEDIA
      • uri
    • originating_system_item_ids
      Type: array object[] · DV_IDENTIFIER[]

      Type for representing identifiers of real-world entities. Typical identifiers include drivers licence number, social security number, veterans affairs number, prescription id, order id, and so on.

      DV_IDENTIFIER is used to represent any identifier of a real thing, issued by some authority or agency.

  • links
    Type: array object[] · LINK[]
    • meaning
      required
      • _type
        Discriminator
        enum
        const:  
        DV_TEXT
        required
        values
        • DV_TEXT
      • value
        Type: string
        required
      • encoding
        Type: object · CODE_PHRASE
      • formatting
        Type: string
      • hyperlink
      • language
        Type: object · CODE_PHRASE
      • mappings
        Type: array object[] · TERM_MAPPING[]
    • target
      Type: object · DV_EHR_URI
      required
    • type
      required
      • _type
        Discriminator
        enum
        const:  
        DV_TEXT
        required
        values
        • DV_TEXT
      • value
        Type: string
        required
      • encoding
        Type: object · CODE_PHRASE
      • formatting
        Type: string
      • hyperlink
      • language
        Type: object · CODE_PHRASE
      • mappings
        Type: array object[] · TERM_MAPPING[]
  • other_details
    • _type
      Discriminator
      Type: string
    • archetype_node_id
      Type: string
      required
    • item
      Type: object · ELEMENT
      required
    • name
      required
      • _type
        Discriminator
        enum
        const:  
        DV_TEXT
        required
        values
        • DV_TEXT
      • value
        Type: string
        required
      • encoding
        Type: object · CODE_PHRASE
      • formatting
        Type: string
      • hyperlink
      • language
        Type: object · CODE_PHRASE
      • mappings
        Type: array object[] · TERM_MAPPING[]
    • archetype_details
      Type: object · ARCHETYPED
    • feeder_audit
      Type: object · FEEDER_AUDIT
    • links
      Type: array object[] · LINK[]
    • uid
      • _type
        Discriminator
        enum
        const:  
        HIER_OBJECT_ID
        required
        values
        • HIER_OBJECT_ID
      • value
        Type: stringFormat: uuid
        required
Examples
{
  "archetype_node_id": "openEHR-EHR-EHR_STATUS.generic.v1",
  "name": {
    "value": "EHR status"
  },
  "subject": {
    "_type": "PARTY_SELF"
  },
  "is_queryable": true,
  "is_modifiable": true
}