FHIR IG analytics| Package | csiro.stars |
| Resource Type | CodeSystem |
| Id | CodeSystem-message-type-code-system.json |
| FHIR Version | R5 |
| Source | https://starsapi.csiro.au/fhir-ig/stars/0.5.1/CodeSystem-message-type-code-system.html |
| URL | https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system |
| Version | 0.5.1 |
| Status | active |
| Date | 2025-10-15T22:25:59+11:00 |
| Name | MessageTypeCodeSystem |
| Title | STARS Message Type |
| Description | Codes describing supported Message Type events. |
| Content | complete |
| ValueSet | |
| message-type-value-set | STARS Message Type |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem message-type-code-system
This case-insensitive code system https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system defines the following codes:
| Code |
| ServiceRequest |
| DiagnosticReport |
| DocumentReference |
| Transport |
{
"resourceType": "CodeSystem",
"id": "message-type-code-system",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://starsapi.csiro.au/fhir-ig/stars/CodeSystem/message-type-code-system",
"version": "0.5.1",
"name": "MessageTypeCodeSystem",
"title": "STARS Message Type",
"status": "active",
"experimental": false,
"date": "2025-10-15T22:25:59+11:00",
"publisher": "ACDP Informatics CSIRO",
"contact": [
{
"name": "ACDP Informatics CSIRO",
"telecom": [
{
"system": "url",
"value": "https://starsapi.csiro.au"
},
{
"system": "email",
"value": "stars-support@csiro.au"
}
]
}
],
"description": "Codes describing supported Message Type events.",
"caseSensitive": false,
"content": "complete",
"count": 4,
"concept": [
{
"code": "ServiceRequest",
"display": "ServiceRequest"
},
{
"code": "DiagnosticReport",
"display": "DiagnosticReport"
},
{
"code": "DocumentReference",
"display": "DocumentReference"
},
{
"code": "Transport",
"display": "Transport"
}
]
}