FHIR IG analytics| Package | hl7.fhir.uv.xver-r4.r4b |
| Resource Type | CodeSystem |
| Id | CodeSystem-group-type.json |
| FHIR Version | R4B |
| Source | http://hl7.org/fhir/uv/xver-r4.r4b/0.0.1-snapshot-2/CodeSystem-group-type.html |
| URL | http://hl7.org/fhir/group-type |
| Version | 4.0.1 |
| Status | draft |
| Date | 2019-11-01T08:29:23+10:00 |
| Name | GroupType |
| Title | GroupType |
| Realm | uv |
| Authority | hl7 |
| Description | Types of resources that are part of group. |
| Content | complete |
| ValueSet | |
| group-type-subset | Subset of GroupType Value Set |
| R5-group-type-for-R4B | Cross-version VS for R5.GroupType for use in FHIR R4B |
| R4-group-type-for-R5 | Cross-version VS for R4.GroupType for use in FHIR R5 |
| R5-group-type-for-R4 | Cross-version VS for R5.GroupType for use in FHIR R4 |
| R2-group-type-for-R5 | Cross-version VS for R2.GroupType for use in FHIR R5 |
| R4B-group-type-for-R5 | Cross-version VS for R4B.GroupType for use in FHIR R5 |
| R3-group-type-for-R5 | Cross-version VS for R3.GroupType for use in FHIR R5 |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: CodeSystem group-type
This case-sensitive code system http://hl7.org/fhir/group-type defines the following codes:
{
"resourceType": "CodeSystem",
"id": "group-type",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 1
},
{
"extension": [
{
"url": "packageId",
"valueId": "hl7.fhir.uv.xver-r4.r4b"
},
{
"url": "version",
"valueString": "0.0.1-snapshot-2"
}
],
"url": "http://hl7.org/fhir/StructureDefinition/package-source"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
}
],
"url": "http://hl7.org/fhir/group-type",
"version": "4.0.1",
"name": "GroupType",
"title": "GroupType",
"status": "draft",
"experimental": false,
"date": "2019-11-01T08:29:23+10:00",
"publisher": "FHIR Infrastructure",
"contact": [
{
"name": "FHIR Infrastructure",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/fiwg"
}
]
}
],
"description": "Types of resources that are part of group.",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"caseSensitive": true,
"valueSet": "http://hl7.org/fhir/ValueSet/group-type|4.3.0",
"content": "complete",
"concept": [
{
"code": "person",
"display": "Person",
"definition": "Group contains \"person\" Patient resources."
},
{
"code": "animal",
"display": "Animal",
"definition": "Group contains \"animal\" Patient resources."
},
{
"code": "practitioner",
"display": "Practitioner",
"definition": "Group contains healthcare practitioner resources (Practitioner or PractitionerRole)."
},
{
"code": "device",
"display": "Device",
"definition": "Group contains Device resources."
},
{
"code": "medication",
"display": "Medication",
"definition": "Group contains Medication resources."
},
{
"code": "substance",
"display": "Substance",
"definition": "Group contains Substance resources."
}
]
}