FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: StructureDefinition/0a096ff4-11e2-41b6-9342-e7520a49ae65

Packageishmed.i14y.r4
Resource TypeStructureDefinition
Id0a096ff4-11e2-41b6-9342-e7520a49ae65
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ishmed.i14y.r4@2.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/Binary_ProgressNote_1
URLhttp://fhir.ishmed.com/R4/StructureDefinition/Binary_ProgressNote_1
Version1.0.1
Statusactive
Date2022-07-29
NameBinary_ProgressNote_1
DescriptionA Binary profile is used for the content of progress notes. All notes are stored as plain text.
CopyrightCopyright © 2022, Oracle and/or its affiliates. All rights reserved.
TypeBinary
Kindresource

Resources that use this resource

StructureDefinition
Bundle_ProgressNote_Provide_1Bundle_ProgressNote_Provide_1

Resources that this resource uses

StructureDefinition
DocumentReference_ProgressNote_1DocumentReference_ProgressNote_1

Narrative

Note: links and images are rebased to the (stated) source

A Binary profile is used for the content of progress notes. All notes are stored as plain text.

Source

{
  "resourceType": "StructureDefinition",
  "id": "0a096ff4-11e2-41b6-9342-e7520a49ae65",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2022-08-11T10:52:16.3145866+00:00"
  },
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ishmed.com/R4/StructureDefinition/Binary_ProgressNote_1",
  "version": "1.0.1",
  "name": "Binary_ProgressNote_1",
  "status": "active",
  "date": "2022-07-29",
  "publisher": "Oracle Cerner",
  "description": "A Binary profile is used for the content of progress notes. All notes are stored as plain text.",
  "copyright": "Copyright © 2022, Oracle and/or its affiliates. All rights reserved.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Binary",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Binary",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Binary.contentType",
        "path": "Binary.contentType",
        "requirements": "The electronic health record (EHR) manages the progress notes as plain text.",
        "fixedCode": "text/plain",
        "mustSupport": true
      },
      {
        "id": "Binary.securityContext",
        "path": "Binary.securityContext",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://fhir.ishmed.com/R4/StructureDefinition/DocumentReference_ProgressNote_1"
            ]
          }
        ]
      },
      {
        "id": "Binary.securityContext.reference",
        "path": "Binary.securityContext.reference",
        "requirements": "A reference to a DocumentReference instance is profiled for progress notes.",
        "min": 1
      },
      {
        "id": "Binary.data",
        "path": "Binary.data",
        "mustSupport": true
      }
    ]
  }
}