FHIR IG Statistics: StructureDefinition/0a096ff4-11e2-41b6-9342-e7520a49ae65
Resources that use this resource
Resources that this resource uses
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
}
]
}
}