FHIR IG analytics
| Package | medmij.fhir.nl.r4.pathology |
| Resource Type | StructureDefinition |
| Id | StructureDefinition-path-Report.ClinicalInformation.json |
| FHIR Version | R4 |
| Source | https://simplifier.net/resolve?scope=medmij.fhir.nl.r4.pathology@1.0.0-alpha.1&canonical=http://medmij.nl/fhir/StructureDefinition/path-Report.ClinicalInformation |
| URL | http://medmij.nl/fhir/StructureDefinition/path-Report.ClinicalInformation |
| Status | draft |
| Name | PathReportClinicalInformation |
| Title | path Report.ClinicalInformation |
| Realm | nl |
| Description | Clinical information section of the report. |
| Purpose | This Observation resource represents the ClinicalInformation concept from the Report building block for patient use cases in the context of the information standard Pathology (Pathologie). |
| Copyright | Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise. |
| Type | Observation |
| Kind | resource |
Resources that use this resource
| CapabilityStatement |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Retrieve | path Retrieve |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Serve | path Serve |
| StructureDefinition |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Report | path Report |
Resources that this resource uses
| StructureDefinition |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Patient | path Patient |
| medmij.fhir.nl.r4.pathology#1.0.0-alpha.1 | path-Request.Specimen | path Request.Specimen |
Narrative
Note: links and images are rebased to the (stated) source
No narrative is provided for definitional resources. A human-readable rendering can be found in the implementation guide(s) where this resource is used.
Source1
{
"resourceType": "StructureDefinition",
"id": "path-Report.ClinicalInformation",
"text": {
"status": "empty",
"div": "<!-- snip (see above) -->"
},
"url": "http://medmij.nl/fhir/StructureDefinition/path-Report.ClinicalInformation",
"name": "PathReportClinicalInformation",
"title": "path Report.ClinicalInformation",
"status": "draft",
"publisher": "MedMij",
"contact": [
{
"name": "MedMij",
"telecom": [
{
"system": "email",
"value": "info@medmij.nl",
"use": "work"
}
]
}
],
"description": "Clinical information section of the report.",
"purpose": "This Observation resource represents the ClinicalInformation concept from the Report building block for patient use cases in the context of the information standard Pathology (Pathologie).",
"copyright": "Copyright and related rights waived via CC0, https://creativecommons.org/publicdomain/zero/1.0/. This does not apply to information from third parties, for example a medical terminology system. The implementer alone is responsible for identifying and obtaining any necessary licenses or authorizations to utilize third party IP in connection with the specification or otherwise.",
"fhirVersion": "4.0.1",
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"name": "Mercurius Core Dataset 2.0"
}
],
"kind": "resource",
"abstract": false,
"type": "Observation",
"baseDefinition": "http://hl7.org/fhir/StructureDefinition/Observation",
"derivation": "constraint",
"differential": {
"element": [
{
"id": "Observation.text",
"path": "Observation.text",
"min": 1
},
{
"id": "Observation.text.status",
"path": "Observation.text.status",
"patternCode": "additional"
},
{
"id": "Observation.text.div",
"path": "Observation.text.div",
"short": "ClinicalInformation",
"definition": "Clinical information section of the report.",
"alias": [
"KlinischeGegevens"
],
"mapping": [
{
"identity": "mercurius-core-dataset-2-0",
"map": "mercurius-core-rubriek-142",
"comment": "klinischegegevens"
}
]
},
{
"id": "Observation.status",
"path": "Observation.status",
"patternCode": "final"
},
{
"id": "Observation.code",
"path": "Observation.code",
"patternCodeableConcept": {
"coding": [
{
"code": "404684003",
"system": "http://snomed.info/sct"
}
]
}
},
{
"id": "Observation.subject",
"path": "Observation.subject",
"short": "Patient",
"alias": [
"Patiƫnt"
],
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Patient",
"http://medmij.nl/fhir/StructureDefinition/path-Patient"
]
}
]
},
{
"id": "Observation.specimen",
"path": "Observation.specimen",
"short": "Specimen",
"definition": "Specimen that will be examined by a laboratory.",
"comment": "The primary specimen is referenced here, as the data in this Observation resource relates to both the primary specimen as well as the individual samples taken from that specimen.",
"alias": [
"Monster"
],
"min": 1,
"type": [
{
"code": "Reference",
"targetProfile": [
"http://hl7.org/fhir/StructureDefinition/Specimen",
"http://medmij.nl/fhir/StructureDefinition/path-Request.Specimen"
]
}
]
}
]
}
}