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

FHIR IG Statistics: StructureDefinition/64294ebc-00b9-49ac-a21c-b10ccf1da8be

Packageishmed.i14y.r4
TypeStructureDefinition
Id64294ebc-00b9-49ac-a21c-b10ccf1da8be
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ishmed.i14y.r4@2.0.0&canonical=http://fhir.ishmed.com/R4/StructureDefinition/DocumentReference_ProgressNote_1
URLhttp://fhir.ishmed.com/R4/StructureDefinition/DocumentReference_ProgressNote_1
Version1.0.1
Statusactive
Date2022-07-29
NameDocumentReference_ProgressNote_1
DescriptionA Document Reference profile is used for the metadata in progress notes.
CopyrightCopyright © 2022, Oracle and/or its affiliates. All rights reserved.
TypeDocumentReference
Kindresource

Resources that use this resource

StructureDefinition
Binary_ProgressNote_1Binary_ProgressNote_1
Bundle_ProgressNote_Provide_1Bundle_ProgressNote_Provide_1

Resources that this resource uses

No resources found


Narrative

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

A Document Reference profile is used for the metadata in progress notes.

Source

{
  "resourceType": "StructureDefinition",
  "id": "64294ebc-00b9-49ac-a21c-b10ccf1da8be",
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://fhir.ishmed.com/R4/StructureDefinition/DocumentReference_ProgressNote_1",
  "version": "1.0.1",
  "name": "DocumentReference_ProgressNote_1",
  "status": "active",
  "date": "2022-07-29",
  "publisher": "Oracle Cerner",
  "description": "A Document Reference profile is used for the metadata in progress notes.",
  "copyright": "Copyright © 2022, Oracle and/or its affiliates. All rights reserved.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "DocumentReference",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/DocumentReference",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "DocumentReference.subject",
        "path": "DocumentReference.subject",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Patient"
            ]
          }
        ]
      },
      {
        "id": "DocumentReference.author",
        "path": "DocumentReference.author",
        "min": 2,
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/Practitioner",
              "http://hl7.org/fhir/StructureDefinition/Organization"
            ]
          }
        ]
      },
      {
        "id": "DocumentReference.content.attachment.contentType",
        "path": "DocumentReference.content.attachment.contentType",
        "fixedCode": "text/plain"
      },
      {
        "id": "DocumentReference.content.attachment.url",
        "path": "DocumentReference.content.attachment.url",
        "mustSupport": true
      }
    ]
  }
}